Skip to content

Commit

Permalink
add foundry setting
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Dec 12, 2024
1 parent 82c7932 commit aa69703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ optimizer_runs = 20000
via_ir = false
test = 'test'
script = 'scripts'
evm_version = "cancun"
fs_permissions = [
{ access = "read-write", path = "test/data" },
{ access = "read", path = "./" },
Expand Down

0 comments on commit aa69703

Please sign in to comment.