Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Sep 6, 2024
1 parent 9c4d77e commit f0109ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
},
};

0 comments on commit f0109ae

Please sign in to comment.