Skip to content

Commit 420803c

Browse files
committed
fix: update optimizer_runs to 1000 for improved performance
1 parent 41f1801 commit 420803c

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
@@ -2,7 +2,7 @@
22
solc_version = "0.8.30"
33
libs = ["lib", "node_modules"]
44
optimizer = true
5-
optimizer_runs = 200
5+
optimizer_runs = 1000
66
evm_version = "london"
77
fs_permissions = [
88
{ access = "read-write", path = "./deployments.toml" }

0 commit comments

Comments
 (0)