Skip to content

Commit

Permalink
Increase optimizatoin level.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick committed Dec 16, 2021
1 parent e53f0d2 commit 0dfdfd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
settings: {
optimizer: {
enabled: true,
runs: 200,
runs: 1000,
},
},
},
Expand All @@ -50,7 +50,7 @@ module.exports = {
settings: {
optimizer: {
enabled: true,
runs: 200,
runs: 1000,
},
},
},
Expand All @@ -59,7 +59,7 @@ module.exports = {
settings: {
optimizer: {
enabled: true,
runs: 200,
runs: 1000,
},
},
},
Expand Down

0 comments on commit 0dfdfd4

Please sign in to comment.