Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
feat(contracts): remove jqFilter.awk
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Jul 31, 2023
1 parent b3c0bd0 commit 7b5f19c
Show file tree
Hide file tree
Showing 7 changed files with 226 additions and 268 deletions.
1 change: 1 addition & 0 deletions onchain/rollups/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ abi
out
lib
forge-cache
test/foundry/dapp/helper/input
test/foundry/dapp/helper/output
5 changes: 4 additions & 1 deletion onchain/rollups/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ libs = ['../node_modules', 'lib']
test = 'test/foundry'
cache_path = 'forge-cache'
solc_version = '0.8.19'
fs_permissions = [{ access = "read", path = "./test/foundry/"}]
fs_permissions = [
{ access = "read", path = "./test/foundry/dapp/helper/output/"},
{ access = "write", path = "./test/foundry/dapp/helper/input/"}
]

[invariant]
runs = 32
Expand Down
Loading

0 comments on commit 7b5f19c

Please sign in to comment.