Skip to content

Commit

Permalink
integration-tests: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Feb 14, 2023
1 parent df48537 commit bad0288
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions integration-tests/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ const config: HardhatUserConfig = {
},
},
},
{
version: '0.8.15',
settings: {
optimizer: { enabled: true, runs: 200 },
metadata: {
bytecodeHash: 'none',
},
outputSelection: {
'*': {
'*': ['storageLayout'],
},
},
},
},
],
},
gasReporter: {
Expand Down

0 comments on commit bad0288

Please sign in to comment.