build: disable bytecode hash
chore: order fields alphabetically in "foundry.toml"
This commit is contained in:
parent
3abaf8aa40
commit
4712a7c71b
|
@ -2,13 +2,14 @@
|
|||
|
||||
[profile.default]
|
||||
auto_detect_solc = false
|
||||
bytecode_hash = "none"
|
||||
fuzz_runs = 256
|
||||
libs = ["lib"]
|
||||
gas_reports = ["*"]
|
||||
libs = ["lib"]
|
||||
optimizer = true
|
||||
optimizer_runs = 10_000
|
||||
out = "out"
|
||||
solc = "0.8.15"
|
||||
solc = "0.8.16"
|
||||
src = "src"
|
||||
test = "test"
|
||||
|
||||
|
|
Loading…
Reference in New Issue