Skip to content

Commit

Permalink
Add in rewards deny list event to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
davekaj authored and juanmardefago committed Apr 8, 2021
1 parent e18fe9b commit 0b04b1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ dataSources:
eventHandlers:
- event: RewardsAssigned(indexed address,indexed address,uint256,uint256)
handler: handleRewardsAssigned
- event: RewardsDenylistUpdated(indexed bytes32,uint256)
handler: handleRewardsDenyListUpdated
# - event: ImplementationUpdated(address,address)
# handler: handleImplementationUpdated
- event: ParameterUpdated(string)
Expand Down

0 comments on commit 0b04b1f

Please sign in to comment.