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', + ], + }, };