Skip to content

Commit

Permalink
fix: update foundry invariant config
Browse files Browse the repository at this point in the history
  • Loading branch information
dt6120 committed Nov 8, 2024
1 parent deb2f16 commit fe470b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
src = "src"
out = "out"
libs = ["lib"]
evm_version = "cancun"

[fuzz]
# seed = "0x01"
runs = 1000

[invariant]
# seed = "0x01"
runs = 128
depth = 128
fail_on_revert = true

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

0 comments on commit fe470b5

Please sign in to comment.