-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfoundry.toml
More file actions
32 lines (27 loc) · 838 Bytes
/
foundry.toml
File metadata and controls
32 lines (27 loc) · 838 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
30
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
# auto_detect_solc = true
ignored_warnings_from = ["test", "node_modules", "lib"]
evm_version = "cancun"
ffi = true
ast = true
build_info = true
extra_output = ["storageLayout"]
via_ir = true
no-match-path = "**/v1/*"
solc = "0.8.28"
bytecode_hash = "none"
cbor_metadata = false
always_use_create_2_factory = true
auto_detect_remappings = false
[fuzz]
max_test_rejects = 6553600
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
[rpc_endpoints]
anvil = "http://127.0.0.1:8545"
mainnet = "https://eth-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}"
sepolia = "https://eth-sepolia.g.alchemy.com/v2/${ALCHEMY_API_KEY}"
holesky = "https://eth-holesky.g.alchemy.com/v2/${ALCHEMY_API_KEY}"
bnb = "https://rpc.ankr.com/bsc"