From b36fa99c697836d377caf7fc52c34e1d8b7934cc Mon Sep 17 00:00:00 2001 From: Ermyas Abebe Date: Thu, 18 Apr 2024 11:12:56 +1000 Subject: [PATCH] Configure file permissions for Foundry cheatcodes --- foundry.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/foundry.toml b/foundry.toml index 6c372780..be2a47fa 100644 --- a/foundry.toml +++ b/foundry.toml @@ -6,3 +6,4 @@ solc-version = "0.8.19" # Reason for why this flag is required can be found here: https://github.com/foundry-rs/foundry/issues/7607 unchecked_cheatcode_artifacts = true # See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options +fs_permissions = [{ access = "read", path = "./"}]