This commit is contained in:
owen05
2021-12-27 21:40:32 +08:00
parent b1b84f8818
commit 55fea6602f
10 changed files with 32 additions and 21 deletions

View File

@@ -24,9 +24,5 @@ interface ICP {
function emergencySettle() external;
function claimBaseToken() external;
function ClaimQuoteToken(address to,bytes calldata data) external;
function claimLPToken() external;
}