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