Skip to content

Commit 0074d03

Browse files
committed
fix: reset optimizer_runs to 200
1 parent 920dd9d commit 0074d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/ethereum/contracts/foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[profile.default]
22
solc_version = '0.8.29'
33
optimizer = true
4-
optimizer_runs = 10
4+
optimizer_runs = 200
55
src = 'contracts'
66
# We put the tests into the forge-test directory (instead of test) so that
77
# truffle doesn't try to build them

0 commit comments

Comments
 (0)