UNPKG
tegro-swap-sdk
Version:
latest (1.5.11)
1.5.11
SDK for building applications on top of Tegro.ag - Swap Aggregator on TON 💎.
tegro-swap-sdk
/
dist
/
enums
/
swap-route-type.enum.js
8 lines
(7 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
var
SwapRouteType
; (
function
(
SwapRouteType
) {
SwapRouteType
[
"DeDust"
] =
"DeDust"
;
SwapRouteType
[
"Ston"
] =
"Ston"
;
SwapRouteType
[
"Ston_v2"
] =
"Ston_v2"
;
SwapRouteType
[
"Tegro"
] =
"Tegro"
; })(
SwapRouteType
|| (
SwapRouteType
= {}));