Skip to content

Commit

Permalink
zb change hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
ndubel authored Apr 2, 2021
1 parent c2810b6 commit 4718cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/zb.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ module.exports = class zb extends Exchange {
'urls': {
'logo': 'https://user-images.githubusercontent.com/1294454/32859187-cd5214f0-ca5e-11e7-967d-96568e2e2bd1.jpg',
'api': {
'public': 'http://api.zb.cn/data', // no https for public API
'private': 'https://trade.zb.cn/api',
'public': 'https://api.zb.today/data',
'private': 'https://trade.zb.today/api',
},
'www': 'https://www.zb.com',
'doc': 'https://www.zb.com/i/developer',
Expand Down

0 comments on commit 4718cab

Please sign in to comment.