From c12755bc1b3543f699ba8a3c75ca619850d01199 Mon Sep 17 00:00:00 2001 From: 0age <37939117+0age@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:57:09 -0700 Subject: [PATCH] =?UTF-8?q?slight=20adjustment=20to=20optimization=20runs?= =?UTF-8?q?=20=E2=80=94=C2=A0only=20up=20from=20here?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index e179a00..92c281b 100644 --- a/foundry.toml +++ b/foundry.toml @@ -3,7 +3,7 @@ solc = '0.8.28' evm_version='cancun' via_ir = true # optimizer_runs = 4_294_967_295 -optimizer_runs = 1_000 +optimizer_runs = 975 bytecode_hash = 'none' src = "src" out = "out"