rainbow-swap-sdk
Version:
SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.
15 lines (14 loc) • 389 B
TypeScript
export declare enum DexTypeEnum {
DeDust = "DeDust",
DeDustStable = "DeDustStable",
DeDustCpmmV2 = "DeDustCpmmV2",
Ston = "Ston",
Ston_v2 = "Ston_v2",
StonStable = "StonStable",
StonWeightedStable = "StonWeightedStable",
CattonStable = "CattonStable",
Tonco = "Tonco",
Torch = "Torch",
BidaskDamm = "BidaskDamm",
BidaskDlmm = "BidaskDlmm"
}