add cp event && smartroute helper fix
This commit is contained in:
@@ -58,9 +58,9 @@ interface IDODOV1 {
|
||||
|
||||
function _QUOTE_CAPITAL_TOKEN_() external returns (address);
|
||||
|
||||
function _BASE_TOKEN_() external returns (address);
|
||||
function _BASE_TOKEN_() external view returns (address);
|
||||
|
||||
function _QUOTE_TOKEN_() external returns (address);
|
||||
function _QUOTE_TOKEN_() external view returns (address);
|
||||
|
||||
function _R_STATUS_() external view returns (uint8);
|
||||
|
||||
|
||||
@@ -145,6 +145,7 @@ interface IDODOV2Proxy01 {
|
||||
uint256 minReturnAmount,
|
||||
address[] memory mixAdapters,
|
||||
address[] memory mixPairs,
|
||||
address[] memory assetTo,
|
||||
uint256 directions,
|
||||
bool isIncentive,
|
||||
uint256 deadLine
|
||||
|
||||
Reference in New Issue
Block a user