Skip to content

Commit 859debf

Browse files
committed
fix: set optimizer runs on foundry config
Signed-off-by: Tomás Migone <[email protected]>
1 parent ccfaedc commit 859debf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/horizon/foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ test = 'test'
66
cache_path = 'cache_forge'
77
fs_permissions = [{ access = "read", path = "./"}]
88
optimizer = true
9-
optimizer_runs = 50
9+
optimizer_runs = 100

packages/subgraph-service/foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ test = 'test'
66
cache_path = 'cache_forge'
77
fs_permissions = [{ access = "read", path = "./"}]
88
optimizer = true
9-
optimizer-runs = 50
9+
optimizer-runs = 100

0 commit comments

Comments
 (0)