We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9db1b commit 0585d96Copy full SHA for 0585d96
1 file changed
foundry.toml
@@ -16,10 +16,10 @@ optimizer_runs = 1000000
16
via_ir = true
17
18
fs_permissions = [
19
- { access = "read-write", path = "./deployments"},
20
- { access = "read", path = "./out"},
+ { access = "read-write", path = "./deployments" },
+ { access = "read", path = "./out" },
21
{ access = "read", path = "./script" },
22
- { access = "read", path = "./test"}
+ { access = "read", path = "./test" }
23
]
24
25
gas_reports = ["ProxyForge", "ForgeProxy", "ForgeProxyAdmin"]
0 commit comments