From b69e09904ef53cff745d729daa94f4e42fda9fb2 Mon Sep 17 00:00:00 2001
From: RK <guiltyparties@protonmail.com>
Date: Thu, 19 Dec 2024 02:54:53 +0000
Subject: [PATCH] Update exchanges.ts

---
 src/helpers/exchanges.ts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/helpers/exchanges.ts b/src/helpers/exchanges.ts
index 0fbb050..9025bab 100644
--- a/src/helpers/exchanges.ts
+++ b/src/helpers/exchanges.ts
@@ -80,6 +80,12 @@ export const EXCHANGES = [
     website: 'https://www.gate.io/trade/HIVE_USDT',
     image: 'gateio.svg',
   },
+  {
+    id: 'hotcoin',
+    name: 'Hotcoin',
+    website: 'https://www.hotcoin.com/en_US/trade/hive_usdt',
+    image: 'hotcoin.png',
+  },
   {
     id: 'hitbtc',
     name: 'HitBTC',
-- 
GitLab