We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f5e00 commit cd36c30Copy full SHA for cd36c30
config.yaml
@@ -12,13 +12,19 @@ contracts:
12
- event: "Transfer(address indexed from, address indexed to, uint256 value)"
13
14
chains:
15
- - id: 130 # Unichain
+ # - id: 130 # Unichain
16
+ # start_block: 0
17
+ # contracts:
18
+ # - name: ERC20
19
+ # address:
20
+ # - 0x078D782b760474a361dDA0AF3839290b0EF57AD6
21
+ # - 0x9151434b16b9763660705744891fA906F660EcC5
22
+ - id: 1 # Mainnet
23
start_block: 0
24
contracts:
25
- name: ERC20
26
address:
27
- 0x078D782b760474a361dDA0AF3839290b0EF57AD6
- - 0x9151434b16b9763660705744891fA906F660EcC5
28
# - id: 42161 # Arbitrum.
29
# start_block: 0
30
# contracts:
0 commit comments