Commit 5c4b75a9 by JulissaDantes Committed by Francisco Giordano

Change dependency source to work around Truffle limitation (#3218)

(cherry picked from commit abdb20a6)
parent 771f07aa
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
pragma solidity ^0.8.0; pragma solidity ^0.8.0;
import "./IERC165.sol"; import "../utils/introspection/IERC165.sol";
/** /**
* @dev Interface for the NFT Royalty Standard. * @dev Interface for the NFT Royalty Standard.
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
pragma solidity ^0.8.0; pragma solidity ^0.8.0;
import "../../../interfaces/IERC3156.sol"; import "../../../interfaces/IERC3156FlashBorrower.sol";
import "../../../interfaces/IERC3156FlashLender.sol";
import "../ERC20.sol"; import "../ERC20.sol";
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment