Skip to content

Commit

Permalink
feat: reduced the number of optimizer runs
Browse files Browse the repository at this point in the history
  • Loading branch information
The-3D committed Nov 27, 2021
1 parent 33483c0 commit 8562a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const hardhatConfig: HardhatUserConfig = {
settings: {
optimizer: {
enabled: true,
runs: 100000,
runs: 20000,
},
evmVersion: 'london',
},
Expand Down

0 comments on commit 8562a91

Please sign in to comment.