From 8323eeb760899f083bf0cb1eb5322985f1dcf7c0 Mon Sep 17 00:00:00 2001 From: t11s Date: Sun, 11 Sep 2022 00:38:14 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Fix?= =?UTF-8?q?=20config?= 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 1843eef6..59a84d2d 100644 --- a/foundry.toml +++ b/foundry.toml @@ -4,4 +4,4 @@ bytecode_hash = "none" optimizer_runs = 1000000 [profile.intense.fuzz] -fuzz_runs = 100000 +runs = 100000