From d44ed4e8c1375475be726a429c3a53ffa071c035 Mon Sep 17 00:00:00 2001 From: carlosmiei <43336371+carlosmiei@users.noreply.github.com> Date: Sun, 25 Dec 2022 10:58:46 +0000 Subject: [PATCH] Remove pro badge --- js/hitbtc3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/hitbtc3.js b/js/hitbtc3.js index 0fca8e04be19..9f24ca691d20 100644 --- a/js/hitbtc3.js +++ b/js/hitbtc3.js @@ -14,7 +14,7 @@ module.exports = class hitbtc3 extends Exchange { // 20 requests per second => ( 1000ms / rateLimit ) / 20 = cost = 15 (All Other) 'rateLimit': 3.333, // TODO: optimize https://api.hitbtc.com/#rate-limiting 'version': '3', - 'pro': true, + 'pro': false, 'has': { 'CORS': false, 'spot': true,