Skip to content

Commit

Permalink
fix: add epochmanager to gateway abis
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
  • Loading branch information
tmigone authored and juanmardefago committed Feb 16, 2023
1 parent 30809ca commit 672fafa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ dataSources:
abis:
- name: L1GraphTokenGateway
file: ./node_modules/@graphprotocol/contracts/dist/abis/L1GraphTokenGateway.json
- name: EpochManager
file: ./node_modules/@graphprotocol/contracts/dist/abis/EpochManager.json
eventHandlers:
- event: DepositInitiated(address,indexed address,indexed address,indexed uint256,uint256)
handler: handleDepositInitiated
Expand All @@ -468,6 +470,8 @@ dataSources:
abis:
- name: L2GraphTokenGateway
file: ./node_modules/@graphprotocol/contracts/dist/abis/L2GraphTokenGateway.json
- name: EpochManager
file: ./node_modules/@graphprotocol/contracts/dist/abis/EpochManager.json
eventHandlers:
- event: WithdrawalInitiated(address,indexed address,indexed address,indexed uint256,uint256,uint256)
handler: handleWithdrawalInitiated
Expand Down

0 comments on commit 672fafa

Please # to comment.