We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5050ef + 2786e2f commit 1fe7a80Copy full SHA for 1fe7a80
foundry.toml
@@ -1,6 +1,7 @@
1
[profile.default]
2
solc_version = "0.8.17"
3
no_match_test = "testGasUsage"
4
+gas_limit = "18446744073709551615" # 2^64 - 1, to remove the gas limit
5
6
[profile.gas]
7
no_match_test = "None"
0 commit comments