Transpile 92cc78dc
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
pragma solidity ^0.8.0;
|
||||
|
||||
import "./IERC165Upgradeable.sol";
|
||||
import "../utils/introspection/IERC165Upgradeable.sol";
|
||||
|
||||
/**
|
||||
* @dev Interface for the NFT Royalty Standard.
|
||||
|
||||
@ -3,7 +3,8 @@
|
||||
|
||||
pragma solidity ^0.8.0;
|
||||
|
||||
import "../../../interfaces/IERC3156Upgradeable.sol";
|
||||
import "../../../interfaces/IERC3156FlashBorrowerUpgradeable.sol";
|
||||
import "../../../interfaces/IERC3156FlashLenderUpgradeable.sol";
|
||||
import "../ERC20Upgradeable.sol";
|
||||
import "../../../proxy/utils/Initializable.sol";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user