Skip to content

Commit

Permalink
1.20.66
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Dec 9, 2019
1 parent a018915 commit cd8008f
Show file tree
Hide file tree
Showing 23 changed files with 40 additions and 39 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -97,7 +97,7 @@ The ccxt library currently supports the following 123 cryptocurrency exchange ma
|[![btctradeua](https://user-images.githubusercontent.com/1294454/27941483-79fc7350-62d9-11e7-9f61-ac47f28fcd96.jpg)](https://btc-trade.com.ua/registration/22689) | btctradeua | [BTC Trade UA](https://btc-trade.com.ua/registration/22689) | * | [API](https://docs.google.com/document/d/1ocYA0yMy_RXd561sfG3qEPZ80kyll36HUxvCRe5GbhE/edit) | | Ukraine |
|[![btcturk](https://user-images.githubusercontent.com/1294454/27992709-18e15646-64a3-11e7-9fa2-b0950ec7712f.jpg)](https://www.btcturk.com) | btcturk | [BTCTurk](https://www.btcturk.com) | * | [API](https://github.com/BTCTrader/broker-api-docs) | | Turkey |
|[![buda](https://user-images.githubusercontent.com/1294454/47380619-8a029200-d706-11e8-91e0-8a391fe48de3.jpg)](https://www.buda.com) | buda | [Buda](https://www.buda.com) | 2 | [API](https://api.buda.com) | | Argentina, Chile, Colombia, Peru |
|[![bw](https://user-images.githubusercontent.com/1294454/69436317-31128c80-0d52-11ea-91d1-eb7bb5818812.jpg)](https://www.bw.com) | bw | [bw.com](https://www.bw.com) | 1 | [API](https://github.com/bw-exchange/api_docs_en/wiki) | | China |
|[![bw](https://user-images.githubusercontent.com/1294454/69436317-31128c80-0d52-11ea-91d1-eb7bb5818812.jpg)](https://www.bw.com) | bw | [BW](https://www.bw.com) | 1 | [API](https://github.com/bw-exchange/api_docs_en/wiki) | | China |
|[![bytetrade](https://user-images.githubusercontent.com/1294454/67288762-2f04a600-f4e6-11e9-9fd6-c60641919491.jpg)](https://www.bytetrade.com) | bytetrade | [ByteTrade](https://www.bytetrade.com) | * | [API](https://github.com/Bytetrade/bytetrade-official-api-docs/wiki) | [![CCXT Certified](https://img.shields.io/badge/CCXT-certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | Hong Kong |
|[![cex](https://user-images.githubusercontent.com/1294454/27766442-8ddc33b0-5ed8-11e7-8b98-f786aef0f3c9.jpg)](https://cex.io/r/0/up105393824/0/) | cex | [CEX.IO](https://cex.io/r/0/up105393824/0/) | * | [API](https://cex.io/cex-api) | | UK, EU, Cyprus, Russia |
|[![chilebit](https://user-images.githubusercontent.com/1294454/27991414-1298f0d8-647f-11e7-9c40-d56409266336.jpg)](https://chilebit.net) | chilebit | [ChileBit](https://chilebit.net) | 1 | [API](https://blinktrade.com/docs) | | Chile |
Expand Down Expand Up @@ -226,13 +226,13 @@ console.log (ccxt.exchanges) // print all available exchanges

All-in-one browser bundle (dependencies included), served from a CDN of your choice:

* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@1.20.65/dist/ccxt.browser.js
* unpkg: https://unpkg.com/ccxt@1.20.65/dist/ccxt.browser.js
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@1.20.66/dist/ccxt.browser.js
* unpkg: https://unpkg.com/ccxt@1.20.66/dist/ccxt.browser.js

CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers.

```HTML
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@1.20.65/dist/ccxt.browser.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@1.20.66/dist/ccxt.browser.js"></script>
```

Creates a global `ccxt` object:
Expand Down
2 changes: 1 addition & 1 deletion ccxt.js
Expand Up @@ -35,7 +35,7 @@ const Exchange = require ('./js/base/Exchange')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '1.20.65'
const version = '1.20.66'

Exchange.ccxtVersion = version

Expand Down
4 changes: 2 additions & 2 deletions dist/ccxt.browser.js
Expand Up @@ -43,7 +43,7 @@ const Exchange = require ('./js/base/Exchange')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '1.20.65'
const version = '1.20.66'

Exchange.ccxtVersion = version

Expand Down Expand Up @@ -30422,7 +30422,7 @@ module.exports = class bw extends Exchange {
describe () {
return this.deepExtend (super.describe (), {
'id': 'bw',
'name': 'bw.com',
'name': 'BW',
'countries': [ 'CN' ],
'rateLimit': 1500,
'version': 'v1',
Expand Down
8 changes: 4 additions & 4 deletions doc/README.rst
Expand Up @@ -155,7 +155,7 @@ The ccxt library currently supports the following 123 cryptocurrency exchange ma
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+
| `buda <https://www.buda.com>`__ | buda | `Buda <https://www.buda.com>`__ | 2 | `API <https://api.buda.com>`__ | |
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+
| `bw <https://www.bw.com>`__ | bw | `bw.com <https://www.bw.com>`__ | 1 | `API <https://github.com/bw-exchange/api_docs_en/wiki>`__ | |
| `bw <https://www.bw.com>`__ | bw | `BW <https://www.bw.com>`__ | 1 | `API <https://github.com/bw-exchange/api_docs_en/wiki>`__ | |
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+
| `bytetrade <https://www.bytetrade.com>`__ | bytetrade | `ByteTrade <https://www.bytetrade.com>`__ | \* | `API <https://github.com/Bytetrade/bytetrade-official-api-docs/wiki>`__ | `CCXT Certified <https://github.com/ccxt/ccxt/wiki/Certification>`__ |
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+
Expand Down Expand Up @@ -369,14 +369,14 @@ JavaScript (for use with the ``<script>`` tag):

All-in-one browser bundle (dependencies included), served from a CDN of your choice:

- jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@1.20.65/dist/ccxt.browser.js
- unpkg: https://unpkg.com/ccxt@1.20.65/dist/ccxt.browser.js
- jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@1.20.66/dist/ccxt.browser.js
- unpkg: https://unpkg.com/ccxt@1.20.66/dist/ccxt.browser.js

CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers.

.. code:: html

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@1.20.65/dist/ccxt.browser.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@1.20.66/dist/ccxt.browser.js"></script>

Creates a global ``ccxt`` object:

Expand Down
2 changes: 1 addition & 1 deletion doc/exchanges-by-country.rst
Expand Up @@ -54,7 +54,7 @@ The ccxt library currently supports the following cryptocurrency exchange market
+------------------------+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+---+
| China | `btcchina <https://www.btcchina.com>`__ | btcchina | `BTCChina <https://www.btcchina.com>`__ | 1 | `API <https://www.btcchina.com/apidocs>`__ | |
+------------------------+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+---+
| China | `bw <https://www.bw.com>`__ | bw | `bw.com <https://www.bw.com>`__ | 1 | `API <https://github.com/bw-exchange/api_docs_en/wiki>`__ | |
| China | `bw <https://www.bw.com>`__ | bw | `BW <https://www.bw.com>`__ | 1 | `API <https://github.com/bw-exchange/api_docs_en/wiki>`__ | |
+------------------------+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+---+
| China | `coinegg <https://www.coinegg.com/user/register?invite=523218>`__ | coinegg | `CoinEgg <https://www.coinegg.com/user/register?invite=523218>`__ | \* | `API <https://www.coinegg.com/explain.api.html>`__ | |
+------------------------+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+---+
Expand Down
2 changes: 1 addition & 1 deletion doc/exchanges.rst
Expand Up @@ -88,7 +88,7 @@ The ccxt library currently supports the following 123 cryptocurrency exchange ma
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+
| `buda <https://www.buda.com>`__ | buda | `Buda <https://www.buda.com>`__ | 2 | `API <https://api.buda.com>`__ | |
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+
| `bw <https://www.bw.com>`__ | bw | `bw.com <https://www.bw.com>`__ | 1 | `API <https://github.com/bw-exchange/api_docs_en/wiki>`__ | |
| `bw <https://www.bw.com>`__ | bw | `BW <https://www.bw.com>`__ | 1 | `API <https://github.com/bw-exchange/api_docs_en/wiki>`__ | |
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+
| `bytetrade <https://www.bytetrade.com>`__ | bytetrade | `ByteTrade <https://www.bytetrade.com>`__ | \* | `API <https://github.com/Bytetrade/bytetrade-official-api-docs/wiki>`__ | `CCXT Certified <https://github.com/ccxt/ccxt/wiki/Certification>`__ |
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+
Expand Down
6 changes: 3 additions & 3 deletions doc/install.rst
Expand Up @@ -62,14 +62,14 @@ JavaScript (for use with the ``<script>`` tag):

All-in-one browser bundle (dependencies included), served from a CDN of your choice:

- jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@1.20.65/dist/ccxt.browser.js
- unpkg: https://unpkg.com/ccxt@1.20.65/dist/ccxt.browser.js
- jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@1.20.66/dist/ccxt.browser.js
- unpkg: https://unpkg.com/ccxt@1.20.66/dist/ccxt.browser.js

You can obtain a live-updated version of the bundle by removing the version number from the URL (the ``@a.b.c`` thing) — however, we do not recommend to do that, as it may break your app eventually. Also, please keep in mind that we are not responsible for the correct operation of those CDN servers.

.. code:: html

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@1.20.65/dist/ccxt.browser.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@1.20.66/dist/ccxt.browser.js"></script>

Creates a global ``ccxt`` object:

Expand Down

0 comments on commit cd8008f

Please sign in to comment.