Skip to content

Commit

Permalink
Missed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
reddyismav committed Mar 22, 2021
1 parent 4eed023 commit 9ef5259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion root/abis/StakingInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
},
{
"constant": false,
"inputs": [
Expand Down
4 changes: 2 additions & 2 deletions root/subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 9ef5259

Please sign in to comment.