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

(cherry picked from commit abdb20a6bd)
release-v4.5
JulissaDantes 3 years ago committed by Francisco Giordano
parent 771f07aa5f
commit 5c4b75a9cd
  1. 2
      contracts/interfaces/IERC2981.sol
  2. 3
      contracts/token/ERC20/extensions/ERC20FlashMint.sol

@ -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";
/**

Loading…
Cancel
Save