Commit 92cc78dc by github-actions

Merge upstream release-v4.5 into patched/release-v4.5

parents 8eef80cd 5c4b75a9
......@@ -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";
/**
......
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