Skip to content

Commit 58937ec

Browse files
committed
Updated foundry.toml to increase memory and gas limits
1 parent 6e551a7 commit 58937ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

foundry.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ solc = "0.8.19"
77
fs_permissions = [{ access = "read", path = "./broadcast"}]
88
gas_reports = ["*"]
99
no_match_test = "SLOW"
10+
memory_limit = 13421772800
11+
gas_limit = "18446744073709551615"
1012

1113
[invariant]
1214
fail_on_revert = false

0 commit comments

Comments
 (0)