Skip to content

Commit 0585d96

Browse files
authored
Update foundry.toml
1 parent 6d9db1b commit 0585d96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

foundry.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ optimizer_runs = 1000000
1616
via_ir = true
1717

1818
fs_permissions = [
19-
{ access = "read-write", path = "./deployments"},
20-
{ access = "read", path = "./out"},
19+
{ access = "read-write", path = "./deployments" },
20+
{ access = "read", path = "./out" },
2121
{ access = "read", path = "./script" },
22-
{ access = "read", path = "./test"}
22+
{ access = "read", path = "./test" }
2323
]
2424

2525
gas_reports = ["ProxyForge", "ForgeProxy", "ForgeProxyAdmin"]

0 commit comments

Comments
 (0)