Commit 1aec6937 by github-actions

Transpile 92cc78dc

parent aa9081c2
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
pragma solidity ^0.8.0; pragma solidity ^0.8.0;
import "./IERC165Upgradeable.sol"; import "../utils/introspection/IERC165Upgradeable.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/IERC3156Upgradeable.sol"; import "../../../interfaces/IERC3156FlashBorrowerUpgradeable.sol";
import "../../../interfaces/IERC3156FlashLenderUpgradeable.sol";
import "../ERC20Upgradeable.sol"; import "../ERC20Upgradeable.sol";
import "../../../proxy/utils/Initializable.sol"; import "../../../proxy/utils/Initializable.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