Skip to content

Commit

Permalink
chore: add foundry profile
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 committed Jun 25, 2024
1 parent 96b4034 commit 20e37fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,12 @@ src = 'src/dollar'
[profile.intense.fuzz]
runs = 100000
max_test_rejects = 900000

[profile.invariant]
runs = 1000
depth = 25
fail_on_revert = false
call_override = false
dictionary_weight = 80
include_storage = true
include_push_bytes = true

0 comments on commit 20e37fa

Please sign in to comment.