@d8x/perpetuals-sdk 1.1.20 → 1.1.21

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.
@@ -174,6 +174,6 @@
174
174
  "origin": "Crypto.DOGE/USD"
175
175
  }
176
176
  ],
177
- "endpoints": [{ "type": "odin", "endpoints": ["https://odin.quantena.tech/api/"] }]
177
+ "endpoints": [{ "type": "odin", "endpoints": ["https://odin.d8x.xyz/api/"] }]
178
178
  }
179
179
  ]
@@ -1 +1 @@
1
- export declare const D8X_SDK_VERSION = "1.1.20";
1
+ export declare const D8X_SDK_VERSION = "1.1.21";
@@ -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 = "1.1.20";
4
+ exports.D8X_SDK_VERSION = "1.1.21";
5
5
  //# sourceMappingURL=version.js.map
@@ -174,6 +174,6 @@
174
174
  "origin": "Crypto.DOGE/USD"
175
175
  }
176
176
  ],
177
- "endpoints": [{ "type": "odin", "endpoints": ["https://odin.quantena.tech/api/"] }]
177
+ "endpoints": [{ "type": "odin", "endpoints": ["https://odin.d8x.xyz/api/"] }]
178
178
  }
179
179
  ]
@@ -1 +1 @@
1
- export declare const D8X_SDK_VERSION = "1.1.20";
1
+ export declare const D8X_SDK_VERSION = "1.1.21";
@@ -1,2 +1,2 @@
1
- export const D8X_SDK_VERSION = "1.1.20";
1
+ export const D8X_SDK_VERSION = "1.1.21";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d8x/perpetuals-sdk",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
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",
@@ -174,6 +174,6 @@
174
174
  "origin": "Crypto.DOGE/USD"
175
175
  }
176
176
  ],
177
- "endpoints": [{ "type": "odin", "endpoints": ["https://odin.quantena.tech/api/"] }]
177
+ "endpoints": [{ "type": "odin", "endpoints": ["https://odin.d8x.xyz/api/"] }]
178
178
  }
179
179
  ]
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const D8X_SDK_VERSION = "1.1.20";
1
+ export const D8X_SDK_VERSION = "1.1.21";