Skip to content

Commit dc01f07

Browse files
committed
feat: add invariant configuration to foundry.toml
1 parent d891ccc commit dc01f07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

foundry.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ remappings = [
3030
[fuzz]
3131
runs = 128
3232

33+
[invariant]
34+
runs = 256
35+
depth = 64
36+
fail_on_revert = false
37+
3338
[rpc_endpoints]
3439
rskRegtest = "${REGTEST_RPC_URL}"
3540
rskTestnet = "${TESTNET_RPC_URL}"

0 commit comments

Comments
 (0)