-
Notifications
You must be signed in to change notification settings - Fork 275
Expand file tree
/
Copy pathfoundry.toml
More file actions
38 lines (30 loc) · 897 Bytes
/
foundry.toml
File metadata and controls
38 lines (30 loc) · 897 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
31
32
33
34
35
36
37
38
[profile.default]
src = 'contracts'
out = 'out'
libs = ['lib']
via_ir = true
solc_version = '0.8.26'
evm_version = "cancun"
bytecode_hash = "none"
optimizer_runs = 4444
fs_permissions = [{ access = "read", path = "./script/deployParameters/"}]
additional_compiler_profiles = [
{ name = "manager", via_ir = true, optimizer_runs = 30000 },
]
compilation_restrictions = [
{ paths = "lib/v4-periphery/src/PositionManager.sol", optimizer_runs = 30000 },
]
[lint]
lint_on_build = false
[fmt]
line_length = 120
quote_style = 'single'
[profile.lite.optimizer_details.yulDetails]
optimizerSteps = ''
[rpc_endpoints]
sepolia = "https://rpc.sepolia.org"
unichain_sepolia = "https://sepolia.unichain.org"
base_sepolia = "https://sepolia.base.org"
op_sepolia = "https://sepolia.optimism.io"
mainnet = "${FORK_URL}"
# See more config options https://github.com/foundry-rs/foundry/tree/master/config