@d8x/perpetuals-sdk 2.0.12-alpha → 2.0.13-alpha

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.
@@ -151,6 +151,24 @@
151
151
  "id": "0x9a4df90b25497f66b1afb012467e316e801ca3d839456db028892fe8c70c8016",
152
152
  "type": "pyth",
153
153
  "origin": "Crypto.PENDLE/USD"
154
+ },
155
+ {
156
+ "symbol": "TON-USD",
157
+ "id": "0x8963217838ab4cf5cadc172203c1f0b763fbaa45f346d8ee50ba994bbcac3026",
158
+ "type": "pyth",
159
+ "origin": "Crypto.TON/USD"
160
+ },
161
+ {
162
+ "symbol": "BNB-USD",
163
+ "id": "0x2f95862b045670cd22bee3114c39763a4a08beeb663b145d283c31d7d1101c4f",
164
+ "type": "pyth",
165
+ "origin": "Crypto.BNB/USD"
166
+ },
167
+ {
168
+ "symbol": "SHIB-USD",
169
+ "id": "0xf0d57deca57b3da2fe63a493f4c25925fdfd8edf834b20f93e1f84dbd1504d4a",
170
+ "type": "pyth",
171
+ "origin": "Crypto.SHIB/USD"
154
172
  }
155
173
  ],
156
174
  "endpoints": [
@@ -1 +1 @@
1
- export declare const D8X_SDK_VERSION = "2.0.12-alpha";
1
+ export declare const D8X_SDK_VERSION = "2.0.13-alpha";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.D8X_SDK_VERSION = void 0;
4
- exports.D8X_SDK_VERSION = "2.0.12-alpha";
4
+ exports.D8X_SDK_VERSION = "2.0.13-alpha";
5
5
  //# sourceMappingURL=version.js.map
@@ -151,6 +151,24 @@
151
151
  "id": "0x9a4df90b25497f66b1afb012467e316e801ca3d839456db028892fe8c70c8016",
152
152
  "type": "pyth",
153
153
  "origin": "Crypto.PENDLE/USD"
154
+ },
155
+ {
156
+ "symbol": "TON-USD",
157
+ "id": "0x8963217838ab4cf5cadc172203c1f0b763fbaa45f346d8ee50ba994bbcac3026",
158
+ "type": "pyth",
159
+ "origin": "Crypto.TON/USD"
160
+ },
161
+ {
162
+ "symbol": "BNB-USD",
163
+ "id": "0x2f95862b045670cd22bee3114c39763a4a08beeb663b145d283c31d7d1101c4f",
164
+ "type": "pyth",
165
+ "origin": "Crypto.BNB/USD"
166
+ },
167
+ {
168
+ "symbol": "SHIB-USD",
169
+ "id": "0xf0d57deca57b3da2fe63a493f4c25925fdfd8edf834b20f93e1f84dbd1504d4a",
170
+ "type": "pyth",
171
+ "origin": "Crypto.SHIB/USD"
154
172
  }
155
173
  ],
156
174
  "endpoints": [
@@ -1 +1 @@
1
- export declare const D8X_SDK_VERSION = "2.0.12-alpha";
1
+ export declare const D8X_SDK_VERSION = "2.0.13-alpha";
@@ -1,2 +1,2 @@
1
- export const D8X_SDK_VERSION = "2.0.12-alpha";
1
+ export const D8X_SDK_VERSION = "2.0.13-alpha";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d8x/perpetuals-sdk",
3
- "version": "2.0.12-alpha",
3
+ "version": "2.0.13-alpha",
4
4
  "description": "Node TypeScript SDK for D8X Perpetual Futures",
5
5
  "author": "D8X",
6
6
  "homepage": "https://github.com/D8-X/d8x-futures-node-sdk#readme",
@@ -151,6 +151,24 @@
151
151
  "id": "0x9a4df90b25497f66b1afb012467e316e801ca3d839456db028892fe8c70c8016",
152
152
  "type": "pyth",
153
153
  "origin": "Crypto.PENDLE/USD"
154
+ },
155
+ {
156
+ "symbol": "TON-USD",
157
+ "id": "0x8963217838ab4cf5cadc172203c1f0b763fbaa45f346d8ee50ba994bbcac3026",
158
+ "type": "pyth",
159
+ "origin": "Crypto.TON/USD"
160
+ },
161
+ {
162
+ "symbol": "BNB-USD",
163
+ "id": "0x2f95862b045670cd22bee3114c39763a4a08beeb663b145d283c31d7d1101c4f",
164
+ "type": "pyth",
165
+ "origin": "Crypto.BNB/USD"
166
+ },
167
+ {
168
+ "symbol": "SHIB-USD",
169
+ "id": "0xf0d57deca57b3da2fe63a493f4c25925fdfd8edf834b20f93e1f84dbd1504d4a",
170
+ "type": "pyth",
171
+ "origin": "Crypto.SHIB/USD"
154
172
  }
155
173
  ],
156
174
  "endpoints": [
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const D8X_SDK_VERSION = "2.0.12-alpha";
1
+ export const D8X_SDK_VERSION = "2.0.13-alpha";