@yoroi/swap
Version:
The Swap package of Yoroi SDK
21 lines (20 loc) • 810 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.dexUrls = void 0;
var _types = require("@yoroi/types");
var _immer = require("immer");
const dexUrls = exports.dexUrls = (0, _immer.freeze)({
[_types.Swap.Dex.Minswap]: 'https://minswap.org',
[_types.Swap.Dex.Muesliswap]: 'https://muesliswap.com',
[_types.Swap.Dex.Spectrum]: 'https://app.spectrum.fi/cardano',
[_types.Swap.Dex.Sundaeswap]: 'https://sundae.fi',
[_types.Swap.Dex.Teddy]: 'http://app.teddyswap.org',
[_types.Swap.Dex.Vyfi]: 'https://app.vyfi.io',
[_types.Swap.Dex.Wingriders]: 'https://www.wingriders.com',
[_types.Swap.Dex.Splash]: 'https://www.splash.trade',
[_types.Swap.Dex.Cswap]: 'https://www.cswap.info',
[_types.Swap.Dex.Unsupported]: ''
});
//# sourceMappingURL=constants.js.map