Skip to content

Commit

Permalink
fix(subgraph): update subgraph with contract changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru authored and jaybuidl committed Sep 9, 2023
1 parent 5534768 commit 66dce00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraph/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dataSources:
handler: handleDisputeKitEnabled
- event: StakeSet(indexed address,uint256,uint256)
handler: handleStakeSet
- event: StakeDelayed(indexed address,uint256,uint256,uint256)
- event: StakeDelayed(indexed address,uint256,uint256)
handler: handleStakeDelayed
- event: TokenAndETHShift(indexed address,indexed uint256,indexed uint256,uint256,int256,int256,address)
handler: handleTokenAndETHShift
Expand Down

0 comments on commit 66dce00

Please sign in to comment.