@yoroi/swap
Version:
The Swap package of Yoroi SDK
17 lines (14 loc) • 615 B
text/typescript
import {Swap} from '@yoroi/types'
import {freeze} from 'immer'
export const dexUrls: Readonly<Record<Swap.Dex, string>> = freeze({
[]: 'https://minswap.org',
[]: 'https://muesliswap.com',
[]: 'https://app.spectrum.fi/cardano',
[]: 'https://sundae.fi',
[]: 'http://app.teddyswap.org',
[]: 'https://app.vyfi.io',
[]: 'https://www.wingriders.com',
[]: 'https://www.splash.trade',
[]: 'https://www.cswap.info',
[]: '',
} as const)