mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-09 13:07:54 -05:00
build: disable bytecode hash
chore: order fields alphabetically in "foundry.toml"
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user