Skip to content

Commit 931cbe0

Browse files
committed
fix gaia-x abi
Signed-off-by: mihaisc <[email protected]>
1 parent 506d607 commit 931cbe0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

subgraph.gaiaxtestnet.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dataSources:
129129
- event: TokensDispensed(indexed address,indexed address,uint256)
130130
handler: handleDispenserTokensDispensed
131131
- event: OwnerWithdrawed(indexed address,indexed address,uint256)
132-
handler: handleDispenserOwnerWithdrawed
132+
handler: handleDispenserOwnerWithdrawed
133133
templates:
134134
- kind: ethereum/contract
135135
name: Pool
@@ -150,6 +150,12 @@ templates:
150150
file: ./abis/BPool.json
151151
- name: BToken
152152
file: ./abis/BToken.json
153+
- name: ERC20
154+
file: ./abis/ERC20.json
155+
- name: ERC20SymbolBytes
156+
file: ./abis/ERC20SymbolBytes.json
157+
- name: ERC20NameBytes
158+
file: ./abis/ERC20NameBytes.json
153159
eventHandlers:
154160
- event: LOG_CALL(indexed bytes4,indexed address,bytes)
155161
topic0: '0x34e1990700000000000000000000000000000000000000000000000000000000'

0 commit comments

Comments
 (0)