Skip to content

Commit c732617

Browse files
committed
add fs_permissions to foundry.toml for broadcast directory access
1 parent fe86482 commit c732617

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

foundry.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ remappings = [
77
'@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/',
88
"@openzeppelin-contracts/contracts/=lib/openzeppelin-contracts/contracts/",
99
]
10+
11+
fs_permissions = [{ access = "read", path = "./broadcast" }]
1012
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

0 commit comments

Comments
 (0)