Skip to content

Commit

Permalink
chore: read permissions for contract artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed Sep 13, 2024
1 parent 8c98b76 commit 48300b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ deny_warnings = true
fs_permissions = [
{ access = "read", path = "./balancer"},
{ access = "read", path = "./networks.json"},
{ access = "read", path = "./out"}
{ access = "read", path = "./out"},
{ access = "read", path = "./node_modules/@0x/contract-artifacts-v2/lib/artifacts"},
{ access = "read", path = "./node_modules/@uniswap/v2-core/build/"},
{ access = "read", path = "./node_modules/@gnosis.pm/safe-contracts/build/artifacts/"},
]

[fmt]
Expand Down

0 comments on commit 48300b1

Please sign in to comment.