refactoring route intf
This commit is contained in:
@@ -20,6 +20,12 @@ import {DecimalMath} from "../../lib/DecimalMath.sol";
|
||||
|
||||
// import {DODOMath} from "../lib/DODOMath.sol";
|
||||
|
||||
interface IDODOSellHelper {
|
||||
function querySellQuoteToken(address dodo, uint256 amount) external view returns (uint256);
|
||||
|
||||
function querySellBaseToken(address dodo, uint256 amount) external view returns (uint256);
|
||||
}
|
||||
|
||||
library DODOMath {
|
||||
using SafeMath for uint256;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user