Skip to content

Commit

Permalink
test: fix hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Feb 8, 2024
1 parent 01e5d80 commit 958fe16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ const config: HardhatUserConfig = {
viaIR: true,
},
},
{
version: "0.8.24",
settings: {
optimizer: {
enabled: true,
runs: 200,
},
viaIR: true,
},
},
],
},
mocha: {
Expand Down

0 comments on commit 958fe16

Please sign in to comment.