Skip to content

Commit 83b69c2

Browse files
committed
fix: correct optimizer_runs value in foundry.toml to 199
1 parent f4b4358 commit 83b69c2

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

0 commit comments

Comments
 (0)