-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathfoundry.toml
More file actions
36 lines (33 loc) · 958 Bytes
/
foundry.toml
File metadata and controls
36 lines (33 loc) · 958 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
[profile.default]
auto_detect_solc = false
bytecode_hash = "none"
evm_version = "prague"
fuzz = { runs = 250 } # default
gas_reports = ["*"]
optimizer = true
optimizer_runs = 200
out = "out"
script = "script"
solc = "0.8.26"
src = "src"
test = "test"
libs = ["lib"]
fs_permissions = [
{ access = "read-write", path = "./deployments/genesis/consensus-registry-config.yaml" },
{ access = "read-write", path = "./deployments/genesis/precompile-config.yaml" },
{ access = "read-write", path = "./deployments/deployments.json" },
{ access = "read", path = "./external/uniswap/precompiles" },
]
[profile.ci]
fuzz = { runs = 10_000 }
verbosity = 4
[fmt]
bracket_spacing = true
int_types = "long"
line_length = 120
multiline_func_header = "all"
number_underscore = "thousands"
quote_style = "double"
tab_width = 4
wrap_comments = true
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options