From 10c8cc875fa97c98467491182bda01ef24cec4e3 Mon Sep 17 00:00:00 2001 From: Adesojisouljay Date: Sun, 27 Aug 2023 19:35:55 +0100 Subject: [PATCH] update-binance-username --- src/common/constants/exchanges.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/constants/exchanges.ts b/src/common/constants/exchanges.ts index a6febe64a58..51bf442a3e6 100644 --- a/src/common/constants/exchanges.ts +++ b/src/common/constants/exchanges.ts @@ -13,7 +13,8 @@ const exchangeAccounts = [ "hitbtc-exchange", "poloniex", "upbit-exchange", - "onepagex" + "onepagex", + "bdhivesteem" ]; export default exchangeAccounts;