Skip to content

Commit

Permalink
ci: add fuzz seed
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Nov 28, 2024
1 parent 77780f0 commit da36afe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ fs_permissions = [
ignored_error_codes = []
skip = ["test/large/*.sol"]

[profile.default.fuzz]
seed = "0xe9cdc8fb2a2c0d1c046034d74d6498826ae3f1d9877353cf40d8a6a7aedfe875"

[profile.large-test]
via_ir = true
match_path = "test/large/*.sol"
Expand Down

0 comments on commit da36afe

Please sign in to comment.