From a77ea45d5f493998438f89ff04d7f124b37f4146 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Wed, 26 Apr 2023 12:35:42 +0300 Subject: [PATCH] add events handlers (#662) * add missing events handlers --- subgraph_ve.template.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subgraph_ve.template.yaml b/subgraph_ve.template.yaml index a6886d0..4daf8cf 100644 --- a/subgraph_ve.template.yaml +++ b/subgraph_ve.template.yaml @@ -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