Skip to content

Commit 1aec693

Browse files
Transpile 92cc78d
1 parent aa9081c commit 1aec693

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

contracts/interfaces/IERC2981Upgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pragma solidity ^0.8.0;
55

6-
import "./IERC165Upgradeable.sol";
6+
import "../utils/introspection/IERC165Upgradeable.sol";
77

88
/**
99
* @dev Interface for the NFT Royalty Standard.

contracts/token/ERC20/extensions/ERC20FlashMintUpgradeable.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
pragma solidity ^0.8.0;
55

6-
import "../../../interfaces/IERC3156Upgradeable.sol";
6+
import "../../../interfaces/IERC3156FlashBorrowerUpgradeable.sol";
7+
import "../../../interfaces/IERC3156FlashLenderUpgradeable.sol";
78
import "../ERC20Upgradeable.sol";
89
import "../../../proxy/utils/Initializable.sol";
910

0 commit comments

Comments
 (0)