From 9ef525991035f9f0a9a8c01f4c6ec49a008ba033 Mon Sep 17 00:00:00 2001 From: Vamsi Date: Mon, 22 Mar 2021 16:44:22 +0530 Subject: [PATCH] Missed comma --- root/abis/StakingInfo.json | 2 +- root/subgraph.template.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/root/abis/StakingInfo.json b/root/abis/StakingInfo.json index 1ba99fa..1cc939a 100644 --- a/root/abis/StakingInfo.json +++ b/root/abis/StakingInfo.json @@ -1453,7 +1453,7 @@ "payable": false, "stateMutability": "nonpayable", "type": "function" - } + }, { "constant": false, "inputs": [ diff --git a/root/subgraph.template.yaml b/root/subgraph.template.yaml index e64bbd7..ae7726c 100644 --- a/root/subgraph.template.yaml +++ b/root/subgraph.template.yaml @@ -157,6 +157,8 @@ dataSources: # handler: handleDelegatorRestaked - event: DelegatorUnstaked(indexed uint256,indexed address,uint256) handler: handleDelegatorUnstaked + - event: DelegatorUnstakeWithId(indexed uint256,indexed address,uint256,uint256) + handler: handleDelegatorUnstakeWithId - event: DynastyValueChange(uint256,uint256) handler: handleDynastyValueChange - event: Jailed(indexed uint256,indexed uint256,indexed address) @@ -172,8 +174,6 @@ dataSources: handler: handleShareBurned - event: ShareBurnedWithId(indexed uint256,indexed address,indexed uint256,uint256,uint256) handler: handleShareBurnedWithId - - event: DelegatorUnstakeWithId(indexed uint256,indexed address,uint256,uint256) - handler: handleDelegatorUnstakeWithId - event: ShareMinted(indexed uint256,indexed address,indexed uint256,uint256) handler: handleShareMinted - event: SignerChange(indexed uint256,uint256,indexed address,indexed address,bytes)