Skip to content

Commit

Permalink
chore: fs permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaSethi committed Oct 2, 2023
1 parent 75f4de6 commit abf48be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ optimize_runs = 999999
via_ir = true
solc = '0.8.21'
ffi = true
fs_permissions = [
{ access = "read", path = "script/config.json" },
{ access = "write", path = "output/deploy.json" },
]

[profile.intense.fuzz]
runs = 10000
Expand Down

0 comments on commit abf48be

Please sign in to comment.