Skip to content

Commit

Permalink
fix: more fs perms
Browse files Browse the repository at this point in the history
  • Loading branch information
ethyla committed Sep 18, 2024
1 parent 07a60c2 commit 945936f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ remappings = [

ffi = true

fs_permissions = [{ access = "read", path = "./lib/"}, { access = "read", path = "./test/"}]
fs_permissions = [{ access = "read", path = "./lib/"}, { access = "read", path = "./test/"}, { access = "read", path = "./contracts/"}]


[rpc_endpoints]
Expand Down

0 comments on commit 945936f

Please sign in to comment.