rubic-sdk
Version:
Simplify dApp creation
9 lines (8 loc) • 778 B
TypeScript
import { ExactInputOutputSwapMethodsList, RegularSwapMethodsList, SupportingFeeSwapMethodsList, SwapMethodsList } from "../common/uniswap-v2-abstract/constants/SWAP_METHOD";
export declare const AVALANCHE_EXACT_INPUT_REGULAR_SWAP_METHOD: RegularSwapMethodsList;
export declare const AVALANCHE_EXACT_INPUT_SUPPORTING_FEE_SWAP_METHOD: SupportingFeeSwapMethodsList;
export declare const AVALANCHE_EXACT_INPUT_SWAP_METHOD: SwapMethodsList;
export declare const AVALANCHE_EXACT_OUTPUT_REGULAR_SWAP_METHOD: RegularSwapMethodsList;
export declare const AVALANCHE_EXACT_OUTPUT_SUPPORTING_FEE_SWAP_METHOD: SupportingFeeSwapMethodsList;
export declare const AVALANCHE_EXACT_OUTPUT_SWAP_METHOD: SwapMethodsList;
export declare const AVALANCHE_SWAP_METHOD: ExactInputOutputSwapMethodsList;