diff --git a/integration-tests/hardhat.config.ts b/integration-tests/hardhat.config.ts index 6153a8ffc8b1..bb4b20362fff 100644 --- a/integration-tests/hardhat.config.ts +++ b/integration-tests/hardhat.config.ts @@ -39,6 +39,20 @@ const config: HardhatUserConfig = { }, }, }, + { + version: '0.8.15', + settings: { + optimizer: { enabled: true, runs: 200 }, + metadata: { + bytecodeHash: 'none', + }, + outputSelection: { + '*': { + '*': ['storageLayout'], + }, + }, + }, + }, ], }, gasReporter: {