7 lines
132 B
Solidity
7 lines
132 B
Solidity
// SPDX-License-Identifier: MIT
|
|
|
|
pragma solidity ^0.8.0;
|
|
|
|
import "./IERC3156FlashBorrower.sol";
|
|
import "./IERC3156FlashLender.sol";
|