We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9081c commit 1aec693Copy full SHA for 1aec693
contracts/interfaces/IERC2981Upgradeable.sol
@@ -3,7 +3,7 @@
3
4
pragma solidity ^0.8.0;
5
6
-import "./IERC165Upgradeable.sol";
+import "../utils/introspection/IERC165Upgradeable.sol";
7
8
/**
9
* @dev Interface for the NFT Royalty Standard.
contracts/token/ERC20/extensions/ERC20FlashMintUpgradeable.sol
@@ -3,7 +3,8 @@
-import "../../../interfaces/IERC3156Upgradeable.sol";
+import "../../../interfaces/IERC3156FlashBorrowerUpgradeable.sol";
+import "../../../interfaces/IERC3156FlashLenderUpgradeable.sol";
import "../ERC20Upgradeable.sol";
import "../../../proxy/utils/Initializable.sol";
10
0 commit comments