UNPKG

rainbow-swap-sdk

Version:

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

19 lines (18 loc) • 745 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DexTypeEnum = void 0; var DexTypeEnum; (function (DexTypeEnum) { DexTypeEnum["DeDust"] = "DeDust"; DexTypeEnum["DeDustStable"] = "DeDustStable"; DexTypeEnum["DeDustCpmmV2"] = "DeDustCpmmV2"; DexTypeEnum["Ston"] = "Ston"; DexTypeEnum["Ston_v2"] = "Ston_v2"; DexTypeEnum["StonStable"] = "StonStable"; DexTypeEnum["StonWeightedStable"] = "StonWeightedStable"; DexTypeEnum["CattonStable"] = "CattonStable"; DexTypeEnum["Tonco"] = "Tonco"; DexTypeEnum["Torch"] = "Torch"; DexTypeEnum["BidaskDamm"] = "BidaskDamm"; DexTypeEnum["BidaskDlmm"] = "BidaskDlmm"; })(DexTypeEnum || (exports.DexTypeEnum = DexTypeEnum = {}));