Skip to content

Commit 1fe7a80

Browse files
authored
Merge pull request #140 from morpho-org/test/infinite-gas
Increase gas to infinite
2 parents a5050ef + 2786e2f commit 1fe7a80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[profile.default]
22
solc_version = "0.8.17"
33
no_match_test = "testGasUsage"
4+
gas_limit = "18446744073709551615" # 2^64 - 1, to remove the gas limit
45

56
[profile.gas]
67
no_match_test = "None"

0 commit comments

Comments
 (0)