-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathfoundry.toml
More file actions
29 lines (25 loc) · 805 Bytes
/
foundry.toml
File metadata and controls
29 lines (25 loc) · 805 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
26
27
28
29
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
solc_version = '0.8.25'
optimizer = true
optimizer_runs = 1
fs_permissions = [
{ access = "read", path = "./script/input/"},
{ access = "read-write", path = "./script/output/"}
]
evm_version = 'cancun'
[fuzz]
runs = 1000
[invariant]
runs = 1
depth = 100
[etherscan]
mainnet = { key = "${ETHERSCAN_API_KEY}" }
optimism = { key = "${OPTIMISMSCAN_API_KEY}" }
base = { key = "${BASESCAN_API_KEY}" }
gnosis_chain = { key = "${GNOSISSCAN_API_KEY}", url = "https://api.gnosisscan.io/api" }
arbitrum_one = { key = "${ARBISCAN_API_KEY}" }
world_chain = { key = "${WORLD_CHAIN_API_KEY}", chain = 480, url = "https://worldchain-mainnet-explorer.alchemy.com/api" }
# See more config options https://github.com/foundry-rs/foundry/tree/master/config