From 672fafaf9bfe9379a06e56a624860e5b1251aa55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Migone?= Date: Tue, 24 Jan 2023 16:56:07 -0300 Subject: [PATCH] fix: add epochmanager to gateway abis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Migone --- subgraph.template.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subgraph.template.yaml b/subgraph.template.yaml index 216acae2..aeac1c79 100644 --- a/subgraph.template.yaml +++ b/subgraph.template.yaml @@ -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 @@ -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