forked from VII-Finance/core-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoundry.toml
More file actions
26 lines (22 loc) · 658 Bytes
/
foundry.toml
File metadata and controls
26 lines (22 loc) · 658 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
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
optimizer = true
optimizer_runs = 200
solc = "0.8.26"
evm_version = "cancun"
bytecode_hash = "none"
cbor_metadata = false
fs_permissions = [{access = "read", path = "./lib/v4-periphery/lib/v4-core/test/bin/v3Factory.bytecode"}, {access = "read", path = "./test/bin/nonFungiblePositionManager.bytecode"}]
[fuzz]
runs = 10
[invariant]
runs = 10_000
depth = 50
fail_on_revert = true
[rpc_endpoints]
mainnet = "${MAINNET_RPC_URL}"
base= "${BASE_RPC_URL}"
unichain = "${UNICHAIN_RPC_URL}"
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options