Skip to content

Commit

Permalink
Enabled solidity optimizer at 1000 runs
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobrecht committed Dec 6, 2022
1 parent 79b6b5e commit f4290ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module.exports = {
version: "0.8.13",
settings: {
optimizer: {
enabled: false,
runs: 200,
enabled: true,
runs: 1000,
},
},
},
Expand Down

0 comments on commit f4290ed

Please sign in to comment.