From 5a0aca301363a9c1dfcd59181d78a0f00dc79e8e Mon Sep 17 00:00:00 2001 From: Andrew Redden Date: Mon, 20 Nov 2023 17:38:50 -0400 Subject: [PATCH] update foundry.toml --- foundry.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/foundry.toml b/foundry.toml index 3ab52a5..e83c2dd 100644 --- a/foundry.toml +++ b/foundry.toml @@ -3,6 +3,10 @@ src = "src" out = "out" libs = ["lib"] +[profile.default.fuzz] +include_storage = false +runs = 10000 + [fmt] line_length = 120 tab_width = 4