diff --git a/src/constants/decentralizedExchanges.ts b/src/constants/decentralizedExchanges.ts index d38e0fd09..65b285a5a 100644 --- a/src/constants/decentralizedExchanges.ts +++ b/src/constants/decentralizedExchanges.ts @@ -21,9 +21,9 @@ export const decentralizedExchanges = [ image: "/content-images/firodex-beta-release-b1958c5adc.webp", }, { - title: "LeoDEX", + title: "LeoDex", description: - "A crosschain crypto swapping interface for Maya Protocol, Thorchain, ChainFlip and Rango. BTC, ETH, RUNE, DASH, LTC & More", + "Crosschain swaps into and out of ZEC, routed across THORChain, Maya Protocol, Chainflip, NEAR Intents, Relay and Rango. No account, no KYC, and no wallet connection needed on supported routes.", url: "https://leodex.io", image: "/leodex-logo.png", }, diff --git a/src/constants/dex-listing-config.it.ts b/src/constants/dex-listing-config.it.ts index e07ab2248..2a252bfa4 100644 --- a/src/constants/dex-listing-config.it.ts +++ b/src/constants/dex-listing-config.it.ts @@ -98,4 +98,11 @@ export const dexListingConfigIt = [ url: 'https://bitcoinvn.io/?deposit=xmr&settle=zec/', image: '/Bitcoinvn.png', }, + { + title: 'LeoDex', + description: + 'Swap crosschain senza account e senza KYC. Invia BTC, ETH e altro da qualsiasi wallet, exchange o cold storage a un indirizzo di deposito monouso e ricevi ZEC — nessuna connessione del wallet richiesta.', + url: 'https://leodex.io/', + image: '/leodex-logo.png', + }, ]; diff --git a/src/constants/dex-listing-config.ts b/src/constants/dex-listing-config.ts index 16f9ab378..1f860891c 100644 --- a/src/constants/dex-listing-config.ts +++ b/src/constants/dex-listing-config.ts @@ -98,4 +98,11 @@ export const dexListingConfig = [ url: 'https://bitcoinvn.io/?deposit=xmr&settle=zec/', image: '/Bitcoinvn.png', }, + { + title: 'LeoDex', + description: + 'Crosschain swaps with no account and no KYC. Send BTC, ETH and more from any wallet, exchange or cold storage to a one-time deposit address and receive ZEC — no wallet connection required.', + url: 'https://leodex.io/', + image: '/leodex-logo.png', + }, ];