Skip to content

Commit

Permalink
fix: missing RebateCollected
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmardefago committed Dec 7, 2023
1 parent d16cf29 commit 00d32f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prettier-write": "prettier --write '**/*.ts'"
},
"devDependencies": {
"@graphprotocol/contracts": "5.3.0",
"@graphprotocol/contracts": "5.3.3",
"@graphprotocol/graph-cli": "^0.51.0",
"@graphprotocol/graph-ts": "^0.31.0",
"@types/node": "^14.0.13",
Expand Down
2 changes: 2 additions & 0 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ dataSources:
# handler: handleAllocationClosed
- event: RebateClaimed(indexed address,indexed bytes32,indexed address,uint256,uint256,uint256,uint256,uint256)
handler: handleRebateClaimed
- event: RebateCollected(address,indexed address,indexed bytes32,indexed address,uint256,uint256,uint256,uint256,uint256,uint256,uint256)
handler: handleRebateCollected
# - event: ParameterUpdated(string)
# handler: handleParameterUpdated
# - event: SetOperator(indexed address,indexed address,bool)
Expand Down

0 comments on commit 00d32f1

Please sign in to comment.