Skip to content

Commit

Permalink
update optimizer runs
Browse files Browse the repository at this point in the history
  • Loading branch information
SvineruS committed Apr 15, 2024
1 parent 12cbc7c commit 27deba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const config: HardhatUserConfig = {
settings: {
optimizer: {
enabled: true,
runs: 200, // todo bigger
runs: 500, // todo bigger
},
// Note: for amb deploy
evmVersion: "byzantium"
Expand Down

0 comments on commit 27deba0

Please sign in to comment.