1 parent ed873f9 commit c8f0693Copy full SHA for c8f0693
1 file changed
foundry.toml
@@ -11,10 +11,10 @@ optimizer_runs = 44444444
11
via_ir = true
12
13
fs_permissions = [
14
- { access = "read-write", path = "./deployments"},
15
- { access = "read", path = "./out"},
+ { access = "read-write", path = "./deployments" },
+ { access = "read", path = "./out" },
16
{ access = "read", path = "./script" },
17
- { access = "read", path = "./test"}
+ { access = "read", path = "./test" }
18
]
19
20
gas_reports = ["CreateXFactory"]
0 commit comments