Skip to content

Commit

Permalink
fuzz run correction
Browse files Browse the repository at this point in the history
  • Loading branch information
hensha256 committed Oct 11, 2024
1 parent 3819809 commit 9452927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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
optimizer_runs = 200
fuzz.runs = 100

[profile.ci]
fuzz_runs = 100_000
fuzz.runs = 100_000

[profile.gas]
gas_limit=30_000_000
Expand Down

0 comments on commit 9452927

Please sign in to comment.