From 6a4703bd9ba8fb6e3f1327f6dfffad643610c247 Mon Sep 17 00:00:00 2001 From: josojo Date: Wed, 3 Jan 2024 11:19:58 +0100 Subject: [PATCH] fix bad merge --- hardhat.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hardhat.config.js b/hardhat.config.js index 00bc6c2f..bd64bb12 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -31,6 +31,8 @@ module.exports = { '@RealityETH/zkevm-contracts/contracts/mocks/PolygonZkEVMMock.sol', '@RealityETH/zkevm-contracts/contracts/verifiers/FflonkVerifier.sol', '@RealityETH/zkevm-contracts/contracts/PolygonZkEVMBridgeWrapper.sol', + 'test/testcontract/ForkableExitMock.sol', + 'test/testcontract/ForkableZkEVMMock.sol', ], keep: true, },