UNPKG

@yoroi/types

Version:
20 lines (19 loc) 581 B
"use strict"; 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