Skip to content

Commit

Permalink
add optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
catel committed Sep 6, 2023
1 parent edf0c92 commit ad0e7d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ module.exports = {
solidity: "0.8.17",
gasReporter: {
enabled: true
}
},
settings: {
optimizer: {
enabled: true
},
},
};

0 comments on commit ad0e7d3

Please sign in to comment.