Skip to content

Commit 2a65774

Browse files
committed
fix bsc yaml
1 parent 6646d21 commit 2a65774

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

subgraph.bsc.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ dataSources:
8383
abis:
8484
- name: FixedRateExchange
8585
file: ./abis/FixedRateExchange.json
86+
- name: ERC20
87+
file: ./abis/ERC20.json
88+
- name: ERC20SymbolBytes
89+
file: ./abis/ERC20SymbolBytes.json
90+
- name: ERC20NameBytes
91+
file: ./abis/ERC20NameBytes.json
8692
eventHandlers:
8793
- event: ExchangeCreated(indexed bytes32,indexed address,indexed address,address,uint256)
8894
handler: handleExchangeCreated

0 commit comments

Comments
 (0)