-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathfoundry.toml
41 lines (36 loc) · 1.05 KB
/
foundry.toml
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
39
40
41
[profile.default]
solc_version = '0.8.27'
src = "src"
out = "out"
libs = ["lib"]
optimizer = false
optimizer_runs = 5000
bytecode_hash = "none"
cbor_metadata = false
sparse_mode = false
build_info = true
evm_version = "cancun"
via_ir = true
fuzz_runs = 250
deny_warnings = false
[profile.default.optimizer_details]
constantOptimizer = true
yul = true
[profile.default.optimizer_details.yulDetails]
stackAllocation = true
[fmt]
line_length = 160
bracket_spacing = true
number_underscore = "thousands"
wrap_comments = true
int_types = "long"
multiline_func_header = "all"
quote_style = "double"
ignore = ["libs/*", "*.t.sol"]
[etherscan]
1 = { key = "${EXPLORER_KEY_1}" }
42161 = { key = "${EXPLORER_KEY_42161}" }
8453 = { key = "${EXPLORER_KEY_8453}" }
80084 = { key = "${EXPLORER_KEY_80084}", url = "https://api.routescan.io/v2/network/testnet/evm/80084/etherscan/api" }
80000 = { key = "${EXPLORER_KEY_80084}", url = "https://api.routescan.io/v2/network/testnet/evm/80000/etherscan/api" }
146 = { key = "${EXPLORER_KEY_146}", url = "https://api.sonicscan.org/api" }