UNPKG

rainbow-swap-sdk

Version:

SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.

16 lines (15 loc) • 603 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SwapRouteType = void 0; var SwapRouteType; (function (SwapRouteType) { SwapRouteType["DeDust"] = "DeDust"; SwapRouteType["DeDustCpmmV2"] = "DeDustCpmmV2"; SwapRouteType["Ston"] = "Ston"; SwapRouteType["Ston_v2"] = "Ston_v2"; SwapRouteType["Rainbow"] = "Rainbow"; SwapRouteType["CattonStable"] = "CattonStable"; SwapRouteType["Tonco"] = "Tonco"; SwapRouteType["Torch"] = "Torch"; SwapRouteType["Bidask"] = "Bidask"; })(SwapRouteType || (exports.SwapRouteType = SwapRouteType = {}));