Unverified Commit abdb20a6 by JulissaDantes Committed by GitHub

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

parent 3e74681e
......@@ -3,7 +3,7 @@
pragma solidity ^0.8.0;
import "./IERC165.sol";
import "../utils/introspection/IERC165.sol";
/**
* @dev Interface for the NFT Royalty Standard.
......
......@@ -3,7 +3,8 @@
pragma solidity ^0.8.0;
import "../../../interfaces/IERC3156.sol";
import "../../../interfaces/IERC3156FlashBorrower.sol";
import "../../../interfaces/IERC3156FlashLender.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