From 4712a7c71bbd2f9f6943ae396c70edfd7dd91625 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Mon, 15 Aug 2022 15:50:16 +0300 Subject: [PATCH] build: disable bytecode hash chore: order fields alphabetically in "foundry.toml" --- foundry.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/foundry.toml b/foundry.toml index 60d2631..3ce8267 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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"