refactor mixSwap && add trade adapter
This commit is contained in:
16
contracts/SmartRoute/intf/IDODOAdapter.sol
Normal file
16
contracts/SmartRoute/intf/IDODOAdapter.sol
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
|
||||
Copyright 2020 DODO ZOO.
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
*/
|
||||
|
||||
pragma solidity 0.6.9;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
interface IDODOAdapter {
|
||||
|
||||
function sellBase(address to, address pool) external;
|
||||
|
||||
function sellQuote(address to, address pool) external;
|
||||
}
|
||||
Reference in New Issue
Block a user