build: disable bytecode hash

chore: order fields alphabetically in "foundry.toml"
This commit is contained in:
Paul Razvan Berg 2022-08-15 15:50:16 +03:00
parent 3abaf8aa40
commit 4712a7c71b
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 3 additions and 2 deletions

View File

@ -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"