From 4acd7c957e47b7d87fb76bde70cca0823b90b30a Mon Sep 17 00:00:00 2001 From: amusingaxl <112016538+amusingaxl@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:51:10 -0300 Subject: [PATCH] chore: update Foundry config https://github.com/foundry-rs/foundry/issues/7607 --- foundry.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/foundry.toml b/foundry.toml index 6f4b513..974e852 100644 --- a/foundry.toml +++ b/foundry.toml @@ -5,6 +5,7 @@ script = 'script' libs = ['lib'] solc_version = '0.8.16' optimizer = true +unchecked_cheatcode_artifacts = true fs_permissions = [ { access = "read", path = "./out/" }, { access = "read", path = "./script/input/" }, @@ -28,6 +29,7 @@ script = 'script-0_6_x' libs = ['lib-0_6_x', 'lib'] solc_version = '0.6.12' optimizer = false +unchecked_cheatcode_artifacts = true fs_permissions = [ { access = "read", path = "./out/" }, { access = "read", path = "./script/input/" },