add events handlers (#662)

* add missing events handlers
This commit is contained in:
Alex Coseru 2023-04-26 12:35:42 +03:00 committed by GitHub
parent fa071a9cd2
commit a77ea45d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@
eventHandlers:
- event: DelegateBoost(indexed address,indexed address,indexed uint256,uint256,uint256,uint256)
handler: handleDelegation
- event: ExtendBoost(indexed address,indexed address,indexed uint256,uint256,uint256,uint256)
handler: handleExtendBoost
- event: BurnBoost(indexed address,indexed address,indexed uint256)
handler: handleTransferBoost
- name: veFeeDistributor
kind: ethereum/contract