@pear-protocol/chart-sdk
Advanced tools
@@ -10,3 +10,3 @@ import { fetchHistoricalCandles as fetchHistoricalCandles$3 } from './binance'; | ||
| return fetchHistoricalCandles$4(symbol, startTime, endTime, interval); | ||
| case "binanceusdm": | ||
| case "binance": | ||
| return fetchHistoricalCandles$3(symbol, startTime, endTime, interval); | ||
@@ -13,0 +13,0 @@ case "bybit": |
+2
-2
@@ -12,3 +12,3 @@ export { BaseCandleWs } from './base-candle'; | ||
| return new HyperliquidExchangeWs(); | ||
| case "binanceusdm": | ||
| case "binance": | ||
| return new BinanceExchangeWs(); | ||
@@ -27,3 +27,3 @@ case "bybit": | ||
| return new HyperliquidCandleWs(exchangeWs, onCandle); | ||
| case "binanceusdm": | ||
| case "binance": | ||
| return new BinanceCandleWs(exchangeWs, onCandle); | ||
@@ -30,0 +30,0 @@ case "bybit": |
+2
-2
| { | ||
| "name": "@pear-protocol/chart-sdk", | ||
| "version": "0.0.7", | ||
| "version": "0.0.8", | ||
| "description": "Pear Protocol Chart SDK", | ||
@@ -28,3 +28,3 @@ "private": false, | ||
| "dependencies": { | ||
| "@pear-protocol/types": "0.0.7" | ||
| "@pear-protocol/types": "0.0.8" | ||
| }, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
60622
-0.02%+ Added
- Removed
Updated