@d8x/perpetuals-sdk 2.2.0 → 2.2.1

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.
@@ -92,12 +92,6 @@
92
92
  "type": "pyth",
93
93
  "origin": "Crypto.WSTETH/USD"
94
94
  },
95
- {
96
- "symbol": "EURA-USD",
97
- "id": "0x3b670a7aa22cf0dc3b76b42dc2e26a85bac35eafc5a5ae2defd6d98201b1b997",
98
- "type": "pyth",
99
- "origin": "Crypto.AGEUR/USD"
100
- },
101
95
  {
102
96
  "symbol": "WOKB-USD",
103
97
  "id": "0xd6f83dfeaff95d596ddec26af2ee32f391c206a183b161b7980821860eeef2f5",
@@ -1 +1 @@
1
- export declare const D8X_SDK_VERSION = "2.2.0";
1
+ export declare const D8X_SDK_VERSION = "2.2.1";
@@ -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.0";
4
+ exports.D8X_SDK_VERSION = "2.2.1";
5
5
  //# sourceMappingURL=version.js.map
@@ -92,12 +92,6 @@
92
92
  "type": "pyth",
93
93
  "origin": "Crypto.WSTETH/USD"
94
94
  },
95
- {
96
- "symbol": "EURA-USD",
97
- "id": "0x3b670a7aa22cf0dc3b76b42dc2e26a85bac35eafc5a5ae2defd6d98201b1b997",
98
- "type": "pyth",
99
- "origin": "Crypto.AGEUR/USD"
100
- },
101
95
  {
102
96
  "symbol": "WOKB-USD",
103
97
  "id": "0xd6f83dfeaff95d596ddec26af2ee32f391c206a183b161b7980821860eeef2f5",
@@ -1 +1 @@
1
- export declare const D8X_SDK_VERSION = "2.2.0";
1
+ export declare const D8X_SDK_VERSION = "2.2.1";
@@ -1,2 +1,2 @@
1
- export const D8X_SDK_VERSION = "2.2.0";
1
+ export const D8X_SDK_VERSION = "2.2.1";
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.0",
3
+ "version": "2.2.1",
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",
@@ -92,12 +92,6 @@
92
92
  "type": "pyth",
93
93
  "origin": "Crypto.WSTETH/USD"
94
94
  },
95
- {
96
- "symbol": "EURA-USD",
97
- "id": "0x3b670a7aa22cf0dc3b76b42dc2e26a85bac35eafc5a5ae2defd6d98201b1b997",
98
- "type": "pyth",
99
- "origin": "Crypto.AGEUR/USD"
100
- },
101
95
  {
102
96
  "symbol": "WOKB-USD",
103
97
  "id": "0xd6f83dfeaff95d596ddec26af2ee32f391c206a183b161b7980821860eeef2f5",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const D8X_SDK_VERSION = "2.2.0";
1
+ export const D8X_SDK_VERSION = "2.2.1";