Skip to content

Commit

Permalink
modify optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
catel committed Sep 6, 2023
1 parent ad0e7d3 commit 86031da
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ require('solidity-coverage')
require("hardhat-gas-reporter");

module.exports = {
solidity: "0.8.17",
solidity: {
version: "0.8.17",
settings: {
optimizer: {
enabled: true
},
},
},
gasReporter: {
enabled: true
},
settings: {
optimizer: {
enabled: true
},
},

};

0 comments on commit 86031da

Please sign in to comment.