We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1bf43 commit a105b0eCopy full SHA for a105b0e
claim_contracts/foundry.toml
@@ -4,4 +4,7 @@ out = "out"
4
libs = ["lib"]
5
6
# 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/" }]
+fs_permissions = [
8
+ { access = "read-write", path = "script-out/" },
9
+ { access = "read", path = "script-config/" },
10
+]
0 commit comments