Skip to content

Commit 9452927

Browse files
committed
fuzz run correction
1 parent 3819809 commit 9452927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

foundry.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ ffi = true
77
fs_permissions = [{ access = "read-write", path = ".forge-snapshots/"}]
88
evm_version = "cancun"
99
gas_limit = "3000000000"
10-
fuzz_runs = 10_000
10+
fuzz.runs = 10_000
1111

1212
[profile.debug]
1313
via_ir = false
1414
optimizer_runs = 200
1515
fuzz.runs = 100
1616

1717
[profile.ci]
18-
fuzz_runs = 100_000
18+
fuzz.runs = 100_000
1919

2020
[profile.gas]
2121
gas_limit=30_000_000

0 commit comments

Comments
 (0)