-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfoundry.toml
More file actions
25 lines (21 loc) · 800 Bytes
/
Copy pathfoundry.toml
File metadata and controls
25 lines (21 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[profile.default]
src = 'src'
out = 'out'
libs = ['lib']
optimizer = true
optimizer_runs = 200
[fuzz]
runs = 1024
[rpc_endpoints]
arbitrum_one = "https://arb1.arbitrum.io/rpc"
arbitrum_one_goerli = "https://goerli-rollup.arbitrum.io/rpc"
bnb_smart_chain = "https://bsc-dataseed.binance.org"
bnb_smart_chain_testnet = "https://data-seed-prebsc-1-s1.binance.org:8545"
mainnet = "https://mainnet.infura.io/v3/${INFURA_API_KEY}"
[etherscan]
arbitrum_one = { key = "${ARBISCAN_API_KEY}"}
arbitrum_one_goerli = { key = "${ARBISCAN_API_KEY}" }
bnb_smart_chain = { key = "${BSCSCAN_API_KEY}"}
bnb_smart_chain_testnet = { key = "${BSCSCAN_API_KEY}" }
mainnet = { key = "${ETHERSCAN_API_KEY}" }
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options