Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/constants/decentralizedExchanges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
7 changes: 7 additions & 0 deletions src/constants/dex-listing-config.it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
];
7 changes: 7 additions & 0 deletions src/constants/dex-listing-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
];