Skip to content

Commit

Permalink
Merge pull request #34 from maticnetwork/new-delegator-unbond-events
Browse files Browse the repository at this point in the history
Update Commission Rate.
  • Loading branch information
reddyismav authored Mar 27, 2021
2 parents 63fa3ee + 12eaefb commit 2d357a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions root/subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ dataSources:
handler: handleUnstakeInit
- event: Unstaked(indexed address,indexed uint256,uint256,uint256)
handler: handleUnstaked
- event: UpdateCommissionRate(indexed uint256,indexed uint256,indexed uint256)
handler: handleUpdateCommissionRate
- event: StartAuction(indexed uint256,indexed uint256,indexed uint256)
handler: handleStartAuction
- event: ConfirmAuction(indexed uint256,indexed uint256,indexed uint256)
Expand Down

0 comments on commit 2d357a1

Please sign in to comment.