Skip to content

Commit

Permalink
chore: add optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Sep 23, 2024
1 parent 10dff43 commit a3bc994
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ const config: HardhatUserConfig = {
: {}),
},
solidity: {
settings: {
optimizer: {
enabled: true,
runs: 100000,
},
},
compilers: [
{
version: '0.5.16',
Expand Down

0 comments on commit a3bc994

Please sign in to comment.