fix contract
This commit is contained in:
@@ -20,5 +20,7 @@ interface IYTPoolManager {
|
||||
) external returns (uint256);
|
||||
|
||||
function getPrice(bool _maximise) external view returns (uint256);
|
||||
function getAumInUsdy(bool _maximise) external view returns (uint256);
|
||||
function onLPTransfer(address _from, address _to) external;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user