ccxt 4.4.69 → 4.4.70

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
@@ -229,13 +229,13 @@ console.log(version, Object.keys(exchanges));
229
229
 
230
230
  All-in-one browser bundle (dependencies included), served from a CDN of your choice:
231
231
 
232
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.4.69/dist/ccxt.browser.min.js
233
- * unpkg: https://unpkg.com/ccxt@4.4.69/dist/ccxt.browser.min.js
232
+ * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.4.70/dist/ccxt.browser.min.js
233
+ * unpkg: https://unpkg.com/ccxt@4.4.70/dist/ccxt.browser.min.js
234
234
 
235
235
  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.
236
236
 
237
237
  ```HTML
238
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.69/dist/ccxt.browser.min.js"></script>
238
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.70/dist/ccxt.browser.min.js"></script>
239
239
  ```
240
240
 
241
241
  Creates a global `ccxt` object: