@yuants/vendor-huobi 0.2.0 → 0.2.2

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.
Files changed (2) hide show
  1. package/README.md +1 -28
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,28 +1 @@
1
- CCXT
2
-
3
- tickers for these exchanges are tested and working:
4
-
5
- - ascendex
6
- - binance
7
- - bingx
8
- - bitget
9
- - bitmart
10
- - bitmex
11
- - coinex
12
- - gate
13
- - huobi
14
- - kucoinfutures
15
- - krakenfutures
16
- - okx
17
-
18
- these exchanges are not tested yet:
19
-
20
- - blofin
21
- - delta
22
- - deribit
23
- - digifinex
24
- - hitbtc
25
- - mexc
26
- - phemex
27
- - whitebit
28
- - upbit
1
+ # @yuants/vendor-huobi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuants/vendor-huobi",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "files": [
5
5
  "dist/extension.bundle.js"
6
6
  ],