Skip to content

Commit

Permalink
Fix read permissions in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
xhad committed Apr 5, 2024
1 parent d61d2be commit 0376f34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ libs = ['lib']
test = 'test'
cache_path = 'cache'

fs_permissions = [{ access = "read-write", path = "./deployments"}, { access = "read", path = "./"}]

[profile.solc]
optimizer = true
optimizer-runs = 200

fs_permissions = [{ access = "read-write", path = "./deployments"}, { access = "read", path = "./"}]

0 comments on commit 0376f34

Please sign in to comment.