From 931cbe0ac016ac50abc24f2d73a76a44515d3e9f Mon Sep 17 00:00:00 2001 From: mihaisc Date: Wed, 15 Sep 2021 17:40:47 +0300 Subject: [PATCH] fix gaia-x abi Signed-off-by: mihaisc --- subgraph.gaiaxtestnet.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/subgraph.gaiaxtestnet.yaml b/subgraph.gaiaxtestnet.yaml index 17236ab..28ebdd3 100644 --- a/subgraph.gaiaxtestnet.yaml +++ b/subgraph.gaiaxtestnet.yaml @@ -129,7 +129,7 @@ dataSources: - event: TokensDispensed(indexed address,indexed address,uint256) handler: handleDispenserTokensDispensed - event: OwnerWithdrawed(indexed address,indexed address,uint256) - handler: handleDispenserOwnerWithdrawed + handler: handleDispenserOwnerWithdrawed templates: - kind: ethereum/contract name: Pool @@ -150,6 +150,12 @@ templates: file: ./abis/BPool.json - name: BToken file: ./abis/BToken.json + - name: ERC20 + file: ./abis/ERC20.json + - name: ERC20SymbolBytes + file: ./abis/ERC20SymbolBytes.json + - name: ERC20NameBytes + file: ./abis/ERC20NameBytes.json eventHandlers: - event: LOG_CALL(indexed bytes4,indexed address,bytes) topic0: '0x34e1990700000000000000000000000000000000000000000000000000000000'