From 3c32b3c4bf2f8e635df26c21fc8b212761f7ee04 Mon Sep 17 00:00:00 2001 From: t11s Date: Thu, 8 Feb 2024 16:39:48 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20forge?= =?UTF-8?q?=20config=20--fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foundry.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foundry.toml b/foundry.toml index d7ac933f..c130d617 100644 --- a/foundry.toml +++ b/foundry.toml @@ -1,8 +1,8 @@ -[default] +[profile.default] solc = "0.8.24" evm_version = "cancun" bytecode_hash = "none" optimizer_runs = 1000000 -[intense] +[profile.intense] fuzz_runs = 10000