-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathfoundry.toml
More file actions
31 lines (27 loc) · 919 Bytes
/
foundry.toml
File metadata and controls
31 lines (27 loc) · 919 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
[profile.default]
solc_version = "0.8.30"
optimizer = true
optimizer_runs = 700
via_ir = true
fs_permissions = [
{ access = "read-write", path = "./deployments" },
{ access = "read-write", path = "./config" }
]
[profile.default.optimizer_details]
yul = true
yulDetails = { stackAllocation = true, optimizerSteps = "dhfoDgvulfnTUtnIf[xa[r]scLMcCTUtTOntnfDIul]jmul[jul] VcTOcul jmul" }
[fmt]
single_line_statement_blocks = "multi"
multiline_func_header = "all"
override_spacing = false
bracket_spacing = true
int_types = "long"
number_underscore = "thousands"
[profile.ci]
solc_version = "0.8.30"
optimizer = true
optimizer_runs = 700
via_ir = true
[profile.ci.optimizer_details]
yul = true
yulDetails = { stackAllocation = true, optimizerSteps = "dhfoDgvulfnTUtnIf[xa[r]scLMcCTUtTOntnfDIul]jmul[jul] VcTOcul jmul" }