From 2786e2f4d99026330481916edbd7a1231a960896 Mon Sep 17 00:00:00 2001 From: Quentin Garchery Date: Mon, 1 Jul 2024 15:27:12 +0200 Subject: [PATCH] fix: increase gas to infinite --- foundry.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/foundry.toml b/foundry.toml index f3f92a5e..1e503c99 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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"