Skip to content

Commit

Permalink
feat: add read permission to input folder
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Sep 5, 2023
1 parent d566588 commit e1906b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onchain/rollups/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ cache_path = 'forge-cache'
solc_version = '0.8.19'
fs_permissions = [
{ access = "read", path = "./test/foundry/dapp/helper/output/"},
{ access = "write", path = "./test/foundry/dapp/helper/input/"}
{ access = "read-write", path = "./test/foundry/dapp/helper/input/"}
]

[invariant]
runs = 32
depth = 100
fail_on_revert = true

# See more config options https://book.getfoundry.sh/reference/config.html
# See more config options https://book.getfoundry.sh/reference/config/

0 comments on commit e1906b0

Please sign in to comment.