Skip to content

Commit 2c50862

Browse files
committed
fix: revert optimizer_runs value to 200 in foundry.toml
1 parent 43073a2 commit 2c50862

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 = 401
5+
optimizer_runs = 200
66
evm_version = "london"
77
fs_permissions = [
88
{ access = "read-write", path = "./deployments.toml" }

0 commit comments

Comments
 (0)