From 81002361c9d49ad00f3bc799dd322fbbfd3878b4 Mon Sep 17 00:00:00 2001 From: miyachen Date: Fri, 9 Aug 2024 17:55:01 +0800 Subject: [PATCH] to resolve outOfGas in foundry tests --- foundry.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/foundry.toml b/foundry.toml index cd849bbd..cf00fc89 100644 --- a/foundry.toml +++ b/foundry.toml @@ -7,6 +7,7 @@ cache_path = 'forge-cache' no_match_path = 'contracts/test/*' fs_permissions = [{ access = "read", path = "./out"}] unchecked_cheatcode_artifacts = true +gas_limit = "18446744073709551615" # See more config options https://github.com/foundry-rs/foundry/tree/master/config