@xapy/orderbook 0.1.8 → 0.1.9
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/dist/exchanges/bitmart/index.cjs +1 -1
- package/dist/exchanges/bitmart/index.cjs.map +1 -1
- package/dist/exchanges/bitmart/index.js +1 -1
- package/dist/exchanges/bitmart/index.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2624,7 +2624,7 @@ function parseLevels3(rows) {
|
|
|
2624
2624
|
}
|
|
2625
2625
|
|
|
2626
2626
|
// src/exchanges/bitmart/ws.ts
|
|
2627
|
-
var WS_FUTURES4 = "wss://openapi-
|
|
2627
|
+
var WS_FUTURES4 = "wss://openapi-ws-v2.bitmart.com/api?protocol=1.1";
|
|
2628
2628
|
function streamBitmartOrderbook(opts) {
|
|
2629
2629
|
if (opts.market !== "perpetual") {
|
|
2630
2630
|
throw new ExchangeError(
|