rainbow-swap-sdk
Version:
SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.
16 lines (15 loc) • 603 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DexTypeEnum = void 0;
var DexTypeEnum;
(function (DexTypeEnum) {
DexTypeEnum["DeDust"] = "DeDust";
DexTypeEnum["DeDustStable"] = "DeDustStable";
DexTypeEnum["Ston"] = "Ston";
DexTypeEnum["Ston_v2"] = "Ston_v2";
DexTypeEnum["StonStable"] = "StonStable";
DexTypeEnum["StonWeightedStable"] = "StonWeightedStable";
DexTypeEnum["CattonStable"] = "CattonStable";
DexTypeEnum["Tonco"] = "Tonco";
DexTypeEnum["Torch"] = "Torch";
})(DexTypeEnum || (exports.DexTypeEnum = DexTypeEnum = {}));