ccxt 4.3.55 → 4.3.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,8 +21,6 @@ Current feature list:
21
21
 
22
22
  ## Sponsored Promotion
23
23
 
24
- [![Trade derivatives in June with BitMEX](https://github.com/ccxt/ccxt/assets/1294454/94c3d456-fdf5-4d62-8178-a42e3999e29e)](https://www.bitmex.com/app/register/NZTR1q)
25
-
26
24
  ## See Also
27
25
 
28
26
  - <sub>[![TabTrader](https://user-images.githubusercontent.com/1294454/66755907-9c3e8880-eea1-11e9-846e-0bff349ceb87.png)](https://tab-trader.com/?utm_source=ccxt)</sub> **[TabTrader](https://tab-trader.com/?utm_source=ccxt)** – trading on all exchanges in one app. Available on **[Android](https://play.google.com/store/apps/details?id=com.tabtrader.android&referrer=utm_source%3Dccxt)** and **[iOS](https://itunes.apple.com/app/apple-store/id1095716562?mt=8)**!
@@ -220,13 +218,13 @@ console.log(version, Object.keys(exchanges));
220
218
 
221
219
  All-in-one browser bundle (dependencies included), served from a CDN of your choice:
222
220
 
223
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.55/dist/ccxt.browser.min.js
224
- * unpkg: https://unpkg.com/ccxt@4.3.55/dist/ccxt.browser.min.js
221
+ * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.56/dist/ccxt.browser.min.js
222
+ * unpkg: https://unpkg.com/ccxt@4.3.56/dist/ccxt.browser.min.js
225
223
 
226
224
  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.
227
225
 
228
226
  ```HTML
229
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.55/dist/ccxt.browser.min.js"></script>
227
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.56/dist/ccxt.browser.min.js"></script>
230
228
  ```
231
229
 
232
230
  Creates a global `ccxt` object: