Skip to content

Commit

Permalink
Remove pro badge
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Dec 25, 2022
1 parent 78385a9 commit d44ed4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/hitbtc3.js
Expand Up @@ -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,
Expand Down

0 comments on commit d44ed4e

Please sign in to comment.