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