tegro-swap-sdk
Version:
SDK for building applications on top of Tegro.ag - Swap Aggregator on TON 💎.
13 lines (12 loc) • 481 B
JavaScript
export 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 || (DexTypeEnum = {}));