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)