From 0b6b1f7ebaec57f45367ba02097fda81ca8220e3 Mon Sep 17 00:00:00 2001 From: ChiTimesChi <88190723+ChiTimesChi@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:29:13 +0100 Subject: [PATCH] fix: getCode in integration tests --- foundry.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/foundry.toml b/foundry.toml index de30b887..2077f6f5 100644 --- a/foundry.toml +++ b/foundry.toml @@ -6,6 +6,7 @@ src = "contracts" out = "artifacts" libs = ["node_modules", "lib"] ffi = true +unchecked_cheatcode_artifacts = true fs_permissions = [{ access = "read", path = "./artifacts"}, { access = "read-write", path = "./deployments"}, { access = "read-write", path = "./.deployments"}, {access = "read-write", path = "./script"}] ## set only when the `hardhat` profile is selected