diff --git a/README.md b/README.md index d38eff3f01f8..7e40d80d3da2 100644 --- a/README.md +++ b/README.md @@ -207,13 +207,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@2.5.8/dist/ccxt.browser.js -* unpkg: https://unpkg.com/ccxt@2.5.8/dist/ccxt.browser.js +* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@2.5.9/dist/ccxt.browser.js +* unpkg: https://unpkg.com/ccxt@2.5.9/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 - + ``` Creates a global `ccxt` object: diff --git a/ccxt.js b/ccxt.js index c0097318d51e..be557f4f349b 100644 --- a/ccxt.js +++ b/ccxt.js @@ -37,7 +37,7 @@ const Exchange = require ('./js/base/Exchange') //----------------------------------------------------------------------------- // this is updated by vss.js when building -const version = '2.5.8' +const version = '2.5.9' Exchange.ccxtVersion = version diff --git a/dist/ccxt.browser.js b/dist/ccxt.browser.js index d407f3cee3ac..520864dc94e1 100644 --- a/dist/ccxt.browser.js +++ b/dist/ccxt.browser.js @@ -47,7 +47,7 @@ const Exchange = require ('./js/base/Exchange') //----------------------------------------------------------------------------- // this is updated by vss.js when building -const version = '2.5.7' +const version = '2.5.8' Exchange.ccxtVersion = version @@ -160671,6 +160671,9 @@ module.exports = class okx extends Exchange { 'POLYGON': 'Polygon', 'OEC': 'OEC', 'ALGO': 'ALGO', // temporarily unavailable + 'OPTIMISM': 'Optimism', + 'ARBITRUM': 'Arbitrum one', + 'AVALANCHE': 'Avalanche C-Chain', }, 'fetchOpenInterestHistory': { 'timeframes': { diff --git a/package-lock.json b/package-lock.json index 0870af78203a..68d5a710b8e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ccxt", - "version": "2.5.8", + "version": "2.5.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ccxt", - "version": "2.5.8", + "version": "2.5.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 007b4fa49bf0..e84507e58136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ccxt", - "version": "2.5.8", + "version": "2.5.9", "description": "A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges", "main": "./ccxt.js", "unpkg": "dist/ccxt.browser.js", @@ -244,7 +244,7 @@ "ccex", "C-CEX", "cex", - "cex.io", + "CEX.IO", "CHBTC", "ChileBit", "chilebit.net", @@ -414,7 +414,7 @@ "fybse.se", "fybsg.com", "gatecoin.com", - "Gate.io", + "gate.io", "gdax.com", "gemini.com", "getbtc.org", @@ -531,8 +531,8 @@ "dsxglobal.com", "bitvavo.com", "Bitvavo", - "Currency.com", - "Waves.Exchange", + "currency.com", + "waves.exchange", "phemex.com", "Phemex", "huobi.co.jp", @@ -581,7 +581,7 @@ "Binance USDⓈ-M", "eqonex.com", "EQONEX", - "FMFW.io", + "fmfw.io", "mexc.com", "MEXC Global", "bitrue.com", @@ -595,8 +595,8 @@ "Zonda", "futures.kucoin.com", "KuCoin Futures", - "Blockchain.com", - "Crypto.com", + "blockchain.com", + "crypto.com", "wazirx.com", "WazirX", "woo.org", diff --git a/php/Exchange.php b/php/Exchange.php index b5359627ee13..2efae26b0c2d 100644 --- a/php/Exchange.php +++ b/php/Exchange.php @@ -36,7 +36,7 @@ use BN\BN; use Exception; -$version = '2.5.8'; +$version = '2.5.9'; // rounding mode const TRUNCATE = 0; @@ -55,7 +55,7 @@ class Exchange { - const VERSION = '2.5.8'; + const VERSION = '2.5.9'; private static $base58_alphabet = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'; private static $base58_encoder = null; diff --git a/php/async/Exchange.php b/php/async/Exchange.php index 089d37082364..ed62187743c3 100644 --- a/php/async/Exchange.php +++ b/php/async/Exchange.php @@ -34,11 +34,11 @@ include 'Throttle.php'; -$version = '2.5.8'; +$version = '2.5.9'; class Exchange extends \ccxt\Exchange { - const VERSION = '2.5.8'; + const VERSION = '2.5.9'; public $browser; public $marketsLoading = null; diff --git a/php/async/okx.php b/php/async/okx.php index a0714fd2d721..12195c5c5e92 100644 --- a/php/async/okx.php +++ b/php/async/okx.php @@ -720,6 +720,9 @@ public function describe() { 'POLYGON' => 'Polygon', 'OEC' => 'OEC', 'ALGO' => 'ALGO', // temporarily unavailable + 'OPTIMISM' => 'Optimism', + 'ARBITRUM' => 'Arbitrum one', + 'AVALANCHE' => 'Avalanche C-Chain', ), 'fetchOpenInterestHistory' => array( 'timeframes' => array( diff --git a/php/okx.php b/php/okx.php index 2f8c7bea38b5..1ed6f55ecfe0 100644 --- a/php/okx.php +++ b/php/okx.php @@ -711,6 +711,9 @@ public function describe() { 'POLYGON' => 'Polygon', 'OEC' => 'OEC', 'ALGO' => 'ALGO', // temporarily unavailable + 'OPTIMISM' => 'Optimism', + 'ARBITRUM' => 'Arbitrum one', + 'AVALANCHE' => 'Avalanche C-Chain', ), 'fetchOpenInterestHistory' => array( 'timeframes' => array( diff --git a/python/README.md b/python/README.md index d38eff3f01f8..7e40d80d3da2 100644 --- a/python/README.md +++ b/python/README.md @@ -207,13 +207,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@2.5.8/dist/ccxt.browser.js -* unpkg: https://unpkg.com/ccxt@2.5.8/dist/ccxt.browser.js +* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@2.5.9/dist/ccxt.browser.js +* unpkg: https://unpkg.com/ccxt@2.5.9/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 - + ``` Creates a global `ccxt` object: diff --git a/python/ccxt/__init__.py b/python/ccxt/__init__.py index e9906fdd50e8..dfca63c339e8 100644 --- a/python/ccxt/__init__.py +++ b/python/ccxt/__init__.py @@ -22,7 +22,7 @@ # ---------------------------------------------------------------------------- -__version__ = '2.5.8' +__version__ = '2.5.9' # ---------------------------------------------------------------------------- diff --git a/python/ccxt/async_support/__init__.py b/python/ccxt/async_support/__init__.py index e978dada0382..a96f238cde44 100644 --- a/python/ccxt/async_support/__init__.py +++ b/python/ccxt/async_support/__init__.py @@ -4,7 +4,7 @@ # ----------------------------------------------------------------------------- -__version__ = '2.5.8' +__version__ = '2.5.9' # ----------------------------------------------------------------------------- diff --git a/python/ccxt/async_support/base/exchange.py b/python/ccxt/async_support/base/exchange.py index ce2190bbdc9e..4b2431ebb284 100644 --- a/python/ccxt/async_support/base/exchange.py +++ b/python/ccxt/async_support/base/exchange.py @@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- -__version__ = '2.5.8' +__version__ = '2.5.9' # ----------------------------------------------------------------------------- diff --git a/python/ccxt/async_support/okx.py b/python/ccxt/async_support/okx.py index db5b1b4da475..81a6261fba5f 100644 --- a/python/ccxt/async_support/okx.py +++ b/python/ccxt/async_support/okx.py @@ -734,6 +734,9 @@ def describe(self): 'POLYGON': 'Polygon', 'OEC': 'OEC', 'ALGO': 'ALGO', # temporarily unavailable + 'OPTIMISM': 'Optimism', + 'ARBITRUM': 'Arbitrum one', + 'AVALANCHE': 'Avalanche C-Chain', }, 'fetchOpenInterestHistory': { 'timeframes': { diff --git a/python/ccxt/base/exchange.py b/python/ccxt/base/exchange.py index 86967a5e975f..cd15ff5a6ad7 100644 --- a/python/ccxt/base/exchange.py +++ b/python/ccxt/base/exchange.py @@ -4,7 +4,7 @@ # ----------------------------------------------------------------------------- -__version__ = '2.5.8' +__version__ = '2.5.9' # ----------------------------------------------------------------------------- diff --git a/python/ccxt/okx.py b/python/ccxt/okx.py index 884214a47f60..1b9c4a299597 100644 --- a/python/ccxt/okx.py +++ b/python/ccxt/okx.py @@ -733,6 +733,9 @@ def describe(self): 'POLYGON': 'Polygon', 'OEC': 'OEC', 'ALGO': 'ALGO', # temporarily unavailable + 'OPTIMISM': 'Optimism', + 'ARBITRUM': 'Arbitrum one', + 'AVALANCHE': 'Avalanche C-Chain', }, 'fetchOpenInterestHistory': { 'timeframes': { diff --git a/python/ccxt/pro/__init__.py b/python/ccxt/pro/__init__.py index 1eb541f3131b..76299765cd07 100644 --- a/python/ccxt/pro/__init__.py +++ b/python/ccxt/pro/__init__.py @@ -4,7 +4,7 @@ # ---------------------------------------------------------------------------- -__version__ = '2.5.8' +__version__ = '2.5.9' # ---------------------------------------------------------------------------- diff --git a/python/ccxt/pro/base/exchange.py b/python/ccxt/pro/base/exchange.py index be31950df9b5..316184767bea 100644 --- a/python/ccxt/pro/base/exchange.py +++ b/python/ccxt/pro/base/exchange.py @@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- -__version__ = '2.5.8' +__version__ = '2.5.9' # ----------------------------------------------------------------------------- diff --git a/python/package.json b/python/package.json index 007b4fa49bf0..e84507e58136 100644 --- a/python/package.json +++ b/python/package.json @@ -1,6 +1,6 @@ { "name": "ccxt", - "version": "2.5.8", + "version": "2.5.9", "description": "A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges", "main": "./ccxt.js", "unpkg": "dist/ccxt.browser.js", @@ -244,7 +244,7 @@ "ccex", "C-CEX", "cex", - "cex.io", + "CEX.IO", "CHBTC", "ChileBit", "chilebit.net", @@ -414,7 +414,7 @@ "fybse.se", "fybsg.com", "gatecoin.com", - "Gate.io", + "gate.io", "gdax.com", "gemini.com", "getbtc.org", @@ -531,8 +531,8 @@ "dsxglobal.com", "bitvavo.com", "Bitvavo", - "Currency.com", - "Waves.Exchange", + "currency.com", + "waves.exchange", "phemex.com", "Phemex", "huobi.co.jp", @@ -581,7 +581,7 @@ "Binance USDⓈ-M", "eqonex.com", "EQONEX", - "FMFW.io", + "fmfw.io", "mexc.com", "MEXC Global", "bitrue.com", @@ -595,8 +595,8 @@ "Zonda", "futures.kucoin.com", "KuCoin Futures", - "Blockchain.com", - "Crypto.com", + "blockchain.com", + "crypto.com", "wazirx.com", "WazirX", "woo.org", diff --git a/wiki/Install.md b/wiki/Install.md index 755d32014809..740cd52e0164 100644 --- a/wiki/Install.md +++ b/wiki/Install.md @@ -40,13 +40,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@2.5.8/dist/ccxt.browser.js -* unpkg: https://unpkg.com/ccxt@2.5.8/dist/ccxt.browser.js +* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@2.5.9/dist/ccxt.browser.js +* unpkg: https://unpkg.com/ccxt@2.5.9/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. ```HTML - + ``` Creates a global `ccxt` object: