@d8x/perpetuals-sdk 2.2.1 → 2.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.
@@ -2,18 +2,6 @@
2
2
  {
3
3
  "network": "mainnet",
4
4
  "ids": [
5
- {
6
- "symbol": "BTLJ-USD",
7
- "id": "0xE40F3EF726A04AD63510BAF90238F6BCACF4365DB2A38E02A6E8623C2BEDC97D",
8
- "type": "polymarket",
9
- "origin": "0x3157ea263270be44bd68a3d6bde1f6f639be2746974f65de24e00ea6378d7838"
10
- },
11
- {
12
- "symbol": "TRUMP24-USD",
13
- "id": "0x3011e4ede0f6befa0ad3f571001d3e1ffeef3d4af78c3112aaac90416e3a43e7",
14
- "type": "polymarket",
15
- "origin": "0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917"
16
- },
17
5
  {
18
6
  "symbol": "USDC-USD",
19
7
  "id": "0xeaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a",
@@ -1 +1 @@
1
- export declare const D8X_SDK_VERSION = "2.2.1";
1
+ export declare const D8X_SDK_VERSION = "2.2.2";
@@ -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.2.1";
4
+ exports.D8X_SDK_VERSION = "2.2.2";
5
5
  //# sourceMappingURL=version.js.map
@@ -2,18 +2,6 @@
2
2
  {
3
3
  "network": "mainnet",
4
4
  "ids": [
5
- {
6
- "symbol": "BTLJ-USD",
7
- "id": "0xE40F3EF726A04AD63510BAF90238F6BCACF4365DB2A38E02A6E8623C2BEDC97D",
8
- "type": "polymarket",
9
- "origin": "0x3157ea263270be44bd68a3d6bde1f6f639be2746974f65de24e00ea6378d7838"
10
- },
11
- {
12
- "symbol": "TRUMP24-USD",
13
- "id": "0x3011e4ede0f6befa0ad3f571001d3e1ffeef3d4af78c3112aaac90416e3a43e7",
14
- "type": "polymarket",
15
- "origin": "0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917"
16
- },
17
5
  {
18
6
  "symbol": "USDC-USD",
19
7
  "id": "0xeaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a",
@@ -1 +1 @@
1
- export declare const D8X_SDK_VERSION = "2.2.1";
1
+ export declare const D8X_SDK_VERSION = "2.2.2";
@@ -1,2 +1,2 @@
1
- export const D8X_SDK_VERSION = "2.2.1";
1
+ export const D8X_SDK_VERSION = "2.2.2";
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.2.1",
3
+ "version": "2.2.2",
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",
@@ -2,18 +2,6 @@
2
2
  {
3
3
  "network": "mainnet",
4
4
  "ids": [
5
- {
6
- "symbol": "BTLJ-USD",
7
- "id": "0xE40F3EF726A04AD63510BAF90238F6BCACF4365DB2A38E02A6E8623C2BEDC97D",
8
- "type": "polymarket",
9
- "origin": "0x3157ea263270be44bd68a3d6bde1f6f639be2746974f65de24e00ea6378d7838"
10
- },
11
- {
12
- "symbol": "TRUMP24-USD",
13
- "id": "0x3011e4ede0f6befa0ad3f571001d3e1ffeef3d4af78c3112aaac90416e3a43e7",
14
- "type": "polymarket",
15
- "origin": "0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917"
16
- },
17
5
  {
18
6
  "symbol": "USDC-USD",
19
7
  "id": "0xeaa020c61cc479712813461ce153894a96a6c00b21ed0cfc2798d1f9a9e9c94a",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const D8X_SDK_VERSION = "2.2.1";
1
+ export const D8X_SDK_VERSION = "2.2.2";