@yoroi/types
Version:
The Yoroi Types package of Yoroi SDK
20 lines (19 loc) • 581 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SwapDex = void 0;
let SwapDex = exports.SwapDex = /*#__PURE__*/function (SwapDex) {
SwapDex["Minswap"] = "minswap";
SwapDex["Muesliswap"] = "muesliswap";
SwapDex["Spectrum"] = "spectrum";
SwapDex["Sundaeswap"] = "sundaeswapj";
SwapDex["Teddy"] = "teddy";
SwapDex["Vyfi"] = "vyfi";
SwapDex["Wingriders"] = "wingriders";
SwapDex["Splash"] = "splash";
SwapDex["Cswap"] = "cswap";
SwapDex["Unsupported"] = "unsupported";
return SwapDex;
}({});
//# sourceMappingURL=dex.js.map