Skip to content

Commit a105b0e

Browse files
author
ilitteri
committed
Update foundry.toml
1 parent 8f1bf43 commit a105b0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

claim_contracts/foundry.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ out = "out"
44
libs = ["lib"]
55

66
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
7-
fs_permissions = [{ access = "read-write", path = "script-out/" }]
7+
fs_permissions = [
8+
{ access = "read-write", path = "script-out/" },
9+
{ access = "read", path = "script-config/" },
10+
]

0 commit comments

Comments
 (0)