Skip to content

Commit cd36c30

Browse files
committed
usdc mainnet
1 parent b8f5e00 commit cd36c30

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

config.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@ contracts:
1212
- event: "Transfer(address indexed from, address indexed to, uint256 value)"
1313

1414
chains:
15-
- id: 130 # Unichain
15+
# - id: 130 # Unichain
16+
# start_block: 0
17+
# contracts:
18+
# - name: ERC20
19+
# address:
20+
# - 0x078D782b760474a361dDA0AF3839290b0EF57AD6
21+
# - 0x9151434b16b9763660705744891fA906F660EcC5
22+
- id: 1 # Mainnet
1623
start_block: 0
1724
contracts:
1825
- name: ERC20
1926
address:
2027
- 0x078D782b760474a361dDA0AF3839290b0EF57AD6
21-
- 0x9151434b16b9763660705744891fA906F660EcC5
2228
# - id: 42161 # Arbitrum.
2329
# start_block: 0
2430
# contracts:

0 commit comments

Comments
 (0)