fix gaia-x abi

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
mihaisc 2021-09-15 17:40:47 +03:00
parent 506d6072ab
commit 931cbe0ac0
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
1 changed files with 7 additions and 1 deletions

View File

@ -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'