example-config.toml 568 B raw
1
address = "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
2
3
[networks.1]
4
name = "Mainnet"
5
rpc_url = "https://eth.drpc.org"
6
7
[networks.1.tokens]
8
USDC = { address = "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", decimals = 6 }
9
10
[networks.42161]
11
name = "Arbitrum"
12
rpc_url = "https://arbitrum.drpc.org"
13
14
[networks.42161.tokens]
15
USDC = { address = "0xaf88d065e77c8cC2239327C5EDb3A432268e5831", decimals = 6 }
16
17
[networks.8453]
18
name = "Base"
19
rpc_url = "https://base.drpc.org"
20
21
[networks.8453.tokens]
22
USDC = { address = "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", decimals = 6 }