From 97c8ca81d66f932ad88108f6b2e788986222e7d0 Mon Sep 17 00:00:00 2001 From: RK Date: Tue, 12 Aug 2025 16:56:36 +0000 Subject: [PATCH 1/2] Edit exchanges.ts --- src/helpers/exchanges.ts | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/src/helpers/exchanges.ts b/src/helpers/exchanges.ts index cf7b7f8..05a7325 100644 --- a/src/helpers/exchanges.ts +++ b/src/helpers/exchanges.ts @@ -65,13 +65,13 @@ export const EXCHANGES = [ { id: 'coindcx', name: 'CoinDCX', - website: 'https://coindcx.com/trade/HIVEUSDT', + website: 'https://coindcx.com/trade/HIVEINR', image: 'coindcx.svg', }, { id: 'coinex', name: 'CoinEx', - website: 'https://www.coinex.com/exchange/hive-usdt', + website: 'https://www.coinex.com/en/exchange/HIVE-USDT', image: 'coinex.png', }, { @@ -80,12 +80,6 @@ export const EXCHANGES = [ website: 'https://www.coinoswap.com', image: 'coinoswap.png', }, - { - id: 'cryptex24', - name: 'Cryptex24', - website: 'https://www.cryptex24.io/trade/HIVE&USDT', - image: 'cryptex24.svg', - }, { id: 'digifinex', name: 'Digifinex', @@ -128,24 +122,12 @@ export const EXCHANGES = [ website: 'https://www.htx.com/trade/hive_usdt', image: 'HTX.svg', }, - { - id: 'ionomy', - name: 'Ionomy', - website: 'https://ionomy.com/en/markets/btc-hive', - image: 'ionomy.png', - }, { id: 'indodax', name: 'Indodax', website: 'https://indodax.com/market/HIVEIDR', image: 'indodax.png', }, - { - id: 'jucoin', - name: 'JuCoin', - website: 'https://www.jbex.com/exchange/HIVE/USDT', - image: 'jucoin.png', - }, { id: 'kcex', name: 'KCEX', @@ -176,12 +158,6 @@ export const EXCHANGES = [ website: 'https://nami.exchange/vi/trade/HIVE-VNST', image: 'nami.webp', }, - { - id: 'nominex', - name: 'Nominex', - website: 'https://nominex.io/markets/HIVE/USDT', - image: 'nominex.svg', - }, { id: 'pionex', name: 'Pionex', -- GitLab From 2354c5c8d7726448aca377493e59867076ad9fd5 Mon Sep 17 00:00:00 2001 From: RK Date: Tue, 12 Aug 2025 17:03:15 +0000 Subject: [PATCH 2/2] Edit exchanges.ts --- src/helpers/exchanges.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/helpers/exchanges.ts b/src/helpers/exchanges.ts index 05a7325..862718d 100644 --- a/src/helpers/exchanges.ts +++ b/src/helpers/exchanges.ts @@ -140,12 +140,12 @@ export const EXCHANGES = [ website: 'https://exchange.lcx.com/sv/trade/HIVE-EUR', image: 'LCX.png', }, - { - id: 'leodex', - name: 'LeoDex', - website: 'https://leodex.io/', - image: 'leodex.webp', - }, + //{ + // id: 'leodex', + // name: 'LeoDex', + // website: 'https://leodex.io/', + // image: 'leodex.webp', + //}, { id: 'mexc', name: 'MEXC', -- GitLab