diff --git a/foundry.toml b/foundry.toml index f17279a..d5b2e1e 100644 --- a/foundry.toml +++ b/foundry.toml @@ -6,6 +6,7 @@ test = 'test' libs = ['lib'] via_ir = true solc_version = '0.8.19' +unchecked_cheatcode_artifacts = true [profile.0_7_x] solc_version = '0.7.6'