-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoundry.toml
More file actions
38 lines (33 loc) · 981 Bytes
/
foundry.toml
File metadata and controls
38 lines (33 loc) · 981 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]
auto_detect_solc = false
block_timestamp = 1_680_220_800 # March 31, 2023 at 00:00 GMT
bytecode_hash = "none"
evm_version = "cancun" # See https://www.evmdiff.com/features?name=PUSH0&kind=opcode
fuzz = { runs = 1_000 }
via-ir = true
gas_reports = ["*"]
optimizer = true
optimizer_runs = 9999
out = "out"
script = "scripts"
solc = "0.8.27"
src = "contracts"
test = "test"
cache_path = "cache_forge"
libs = ["node_modules", "lib"]
fs_permissions = [{ access = "read", path = "scripts/bash-deploy/artifacts"}]
[profile.ci]
fuzz = { runs = 10_000 }
verbosity = 4
[profile.coverage]
via-ir = false
[fmt]
bracket_spacing = true
int_types = "long"
line_length = 160
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