Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit b1a5bf5

Browse files
committed
fix: add missing permissions in foundry config
1 parent d5601b7 commit b1a5bf5

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ concurrency:
44
cancel-in-progress: true
55
group: ${{github.workflow}}-${{github.ref}}
66

7+
env:
8+
FOUNDRY_DISABLE_NIGHTLY_WARNING: "true"
9+
710
on:
811
pull_request:
912
workflow_dispatch:

foundry.base.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
auto_detect_solc = false
99
bytecode_hash = "ipfs"
1010
evm_version = "shanghai" # needed for greater coverage of EVM chains
11+
fs_permissions = [
12+
{ access = "read", path = "out-optimized" },
13+
{ access = "read", path = "package.json" },
14+
]
1115
gas_limit = 9223372036854775807
1216
gas_reports = ["*"]
1317
optimizer = true

0 commit comments

Comments
 (0)