Skip to content

Commit

Permalink
fix: fuzzer config
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Apr 18, 2023
1 parent 8d2e8e7 commit af48d55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions foundry.toml
Expand Up @@ -15,8 +15,6 @@ optimizer = true
optimizer_runs = 200
via_ir = false
ignored_error_codes = []
fuzz_runs = 256
# fuzz_max_global_rejects = 9999999
ffi = false
# sender = '0xfcE918c07BD4c900941500A6632deB24bA7897Ce'
# tx_origin = '0xfcE918c07BD4c900941500A6632deB24bA7897Ce'
Expand Down Expand Up @@ -66,6 +64,10 @@ fs_permissions = [
{ access = "read", path = "./nayms_mnemonic.txt" },
]

[fuzz]
runs = 256
max_test_rejects = 9999999

[rpc_endpoints]
mainnet = "${ETH_MAINNET_RPC_URL}"
goerli = "${ETH_GOERLI_RPC_URL}"
Expand Down

0 comments on commit af48d55

Please sign in to comment.