Skip to content

Commit

Permalink
Add Read access to fs in foundry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat authored and apbendi committed Sep 2, 2022
1 parent fcd1a3f commit 65e8edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts-periphery/foundry.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[profile.default]
verbosity = 3
fs_permissions = [{ access = "read", path = "./"}]

[profile.ci]
fuzz_runs = 10000
fs_permissions = [{ access = "read", path = "./"}]
# See more config options https://github.com/gakonst/foundry/tree/master/config

[rpc_endpoints]
Expand Down

0 comments on commit 65e8edc

Please sign in to comment.