Skip to content

Commit ec3131a

Browse files
authored
Fix: Update optimizer runs to deployment state (#653)
1 parent 924235a commit ec3131a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fs_permissions = [{ access = "read-write", path = "./"}]
77
# Compilation
88
solc_version = "0.8.23"
99
optimizer = true
10-
optimizer_runs = 1
10+
optimizer_runs = 750
1111
via_ir = false
1212

1313
[fuzz]

0 commit comments

Comments
 (0)