refactor DPP & DVM
This commit is contained in:
@@ -23,4 +23,11 @@ interface IDODOCallee {
|
||||
uint256 quoteAmount,
|
||||
bytes calldata data
|
||||
) external;
|
||||
|
||||
function DPPWithdrawCall(
|
||||
address sender,
|
||||
uint256 baseAmount,
|
||||
uint256 quoteAmount,
|
||||
bytes calldata data
|
||||
) external;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user