Skip to content

Commit a256d74

Browse files
committed
fix: change foundry to use 50 runs for optimization
1 parent 5876cd5 commit a256d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = 200
9+
optimizer-runs = 50

0 commit comments

Comments
 (0)