change WUSD payment to USDC
This commit is contained in:
6
contracts/interfaces/IYTLendingPriceFeed.sol
Normal file
6
contracts/interfaces/IYTLendingPriceFeed.sol
Normal file
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity ^0.8.0;
|
||||
|
||||
interface IYTLendingPriceFeed {
|
||||
function getPrice(address _token) external view returns (uint256);
|
||||
}
|
||||
Reference in New Issue
Block a user