From 829923f9ea4a737e45cddeff15633565ee254bb3 Mon Sep 17 00:00:00 2001
From: RK <guiltyparties@protonmail.com>
Date: Sat, 12 Oct 2024 01:44:41 +0000
Subject: [PATCH] Update exchanges.ts

---
 src/helpers/exchanges.ts | 28 ++++++++++++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)

diff --git a/src/helpers/exchanges.ts b/src/helpers/exchanges.ts
index e113273..ee52c7d 100644
--- a/src/helpers/exchanges.ts
+++ b/src/helpers/exchanges.ts
@@ -20,6 +20,12 @@ export const EXCHANGES = [
     website: 'https://www.bithumb.com/react/trade/order/HIVE-KRW',
     image: 'bithumb.png',
   },
+  {
+    id: 'btcc',
+    name: 'BTCC',
+    website: 'https://www.btcc.com/en-US/trade/perpetual/HIVEUSDT',
+    image: 'btcc.svg',
+  },
   {
     id: 'bydfi',
     name: 'Bydfi',
@@ -32,6 +38,12 @@ export const EXCHANGES = [
     website: 'https://changelly.com',
     image: 'changelly.png',
   },
+  {
+    id: 'changenow',
+    name: 'ChangeNow',
+    website: 'https://changenow.io/?from=hive&to=sol',
+    image: 'changenow.png',
+  },
   {
     id: 'coindcx',
     name: 'CoinDCX',
@@ -83,7 +95,7 @@ export const EXCHANGES = [
   {
     id: 'HTX',
     name: 'HTX',
-    website: 'https://www.htx.com/trade/hive_usdt?type=spot',
+    website: 'https://www.htx.com/trade/hive_usdt',
     image: 'HTX.svg',
   },
   {
@@ -110,6 +122,12 @@ export const EXCHANGES = [
     website: 'https://www.mexc.com/exchange/HIVE_USDT?_from=market',
     image: 'mxc.png',
   },
+  {
+    id: 'namiexchange',
+    name: 'Nami.Exchange',
+    website: 'https://nami.exchange/vi/trade/HIVE-VNST',
+    image: 'nami.webp',
+  },
   {
     id: 'nominex',
     name: 'Nominex',
@@ -170,7 +188,13 @@ export const EXCHANGES = [
     website: 'https://wazirx.com/exchange/HIVE-USDT',
     image: 'wazirx.png',
   },
-    {
+  {
+    id: 'weex',
+    name: 'WEEX',
+    website: 'https://www.weex.com/futures/HIVE-USDT',
+    image: 'weex.svg',
+  },
+  {
     id: 'xbts',
     name: 'XBTS',
     website: 'https://app.xbts.io/#/pools?a=hive',
-- 
GitLab