Commit bad02886 authored by Mark Tyneway's avatar Mark Tyneway

integration-tests: fix build

parent df485372
...@@ -39,6 +39,20 @@ const config: HardhatUserConfig = { ...@@ -39,6 +39,20 @@ const config: HardhatUserConfig = {
}, },
}, },
}, },
{
version: '0.8.15',
settings: {
optimizer: { enabled: true, runs: 200 },
metadata: {
bytecodeHash: 'none',
},
outputSelection: {
'*': {
'*': ['storageLayout'],
},
},
},
},
], ],
}, },
gasReporter: { gasReporter: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment