From bad028866b935650f10210741ecdcc421397391c Mon Sep 17 00:00:00 2001 From: Mark Tyneway Date: Tue, 14 Feb 2023 15:10:16 -0800 Subject: [PATCH] integration-tests: fix build --- integration-tests/hardhat.config.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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: {