From 00e016c84a5024dccaac577b988d6e413810f84e Mon Sep 17 00:00:00 2001 From: 0xYYY <0xYYY@pm.me> Date: Fri, 3 Mar 2023 21:51:34 +0800 Subject: [PATCH] fix: foundry fuzz config --- foundry.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/foundry.toml b/foundry.toml index 182fe14..d8b6ea7 100644 --- a/foundry.toml +++ b/foundry.toml @@ -12,8 +12,7 @@ extra_output = [] extra_output_files = [] ffi = false force = false -fuzz_max_global_rejects = 65536 -fuzz_max_local_rejects = 1024 +fuzz_max_test_rejects = 65536 fuzz_runs = 256 gas_limit = 9223372036854775807 gas_price = 0