@yoroi/types
Version:
The Yoroi Types package of Yoroi SDK
16 lines (15 loc) • 478 B
JavaScript
;
export let SwapDex = /*#__PURE__*/function (SwapDex) {
SwapDex["Minswap"] = "minswap";
SwapDex["Muesliswap"] = "muesliswap";
SwapDex["Spectrum"] = "spectrum";
SwapDex["Sundaeswap"] = "sundaeswap";
SwapDex["Teddy"] = "teddy";
SwapDex["Vyfi"] = "vyfi";
SwapDex["Wingriders"] = "wingriders";
SwapDex["Splash"] = "splash";
SwapDex["Cswap"] = "cswap";
SwapDex["Unsupported"] = "unsupported";
return SwapDex;
}({});
//# sourceMappingURL=dex.js.map