fix idvm interface
This commit is contained in:
@@ -32,6 +32,6 @@ interface IDVM {
|
||||
|
||||
function sellQuote(address to) external returns (uint256);
|
||||
|
||||
function buyShares(address to) external returns (uint256);
|
||||
function buyShares(address to) external returns (uint256,uint256,uint256);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user