From f0109ae86c487f795e3615191da91a0f8cb925a4 Mon Sep 17 00:00:00 2001 From: Mikhail Melnik Date: Fri, 6 Sep 2024 18:44:33 +0300 Subject: [PATCH] fix --- hardhat.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hardhat.config.js b/hardhat.config.js index 644f3da..982372a 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -38,4 +38,10 @@ module.exports = { tracer: { enableAllOpcodes: true, }, + dependencyCompiler: { + paths: [ + '@1inch/limit-order-protocol-contract/contracts/LimitOrderProtocol.sol', + '@1inch/limit-order-settlement/contracts/Settlement.sol', + ], + }, };