Skip to content

Commit

Permalink
fix: increase gas to infinite
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Jul 1, 2024
1 parent a5050ef commit 2786e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[profile.default]
solc_version = "0.8.17"
no_match_test = "testGasUsage"
gas_limit = "18446744073709551615" # 2^64 - 1, to remove the gas limit

[profile.gas]
no_match_test = "None"
Expand Down

0 comments on commit 2786e2f

Please sign in to comment.