diff --git a/foundry.toml b/foundry.toml index 381668e8..65c65c52 100644 --- a/foundry.toml +++ b/foundry.toml @@ -7,7 +7,7 @@ ffi = true fs_permissions = [{ access = "read-write", path = ".forge-snapshots/"}] evm_version = "cancun" gas_limit = "3000000000" -fuzz_runs = 10_000 +fuzz.runs = 10_000 [profile.debug] via_ir = false @@ -15,7 +15,7 @@ optimizer_runs = 200 fuzz.runs = 100 [profile.ci] -fuzz_runs = 100_000 +fuzz.runs = 100_000 [profile.gas] gas_limit=30_000_000