@d8x/perpetuals-sdk 2.5.3 → 2.5.4

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.
@@ -180,6 +180,6 @@
180
180
  "proxyABILocation": "./abi/IPerpetualManager.json",
181
181
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
182
182
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
183
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/refs/heads/bera-usd-busd/d8x-futures-node-sdk/"
183
+ "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
184
184
  }
185
185
  ]
@@ -1 +1 @@
1
- export declare const D8X_SDK_VERSION = "2.5.3";
1
+ export declare const D8X_SDK_VERSION = "2.5.4";
@@ -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.5.3";
4
+ exports.D8X_SDK_VERSION = "2.5.4";
5
5
  //# sourceMappingURL=version.js.map
@@ -180,6 +180,6 @@
180
180
  "proxyABILocation": "./abi/IPerpetualManager.json",
181
181
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
182
182
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
183
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/refs/heads/bera-usd-busd/d8x-futures-node-sdk/"
183
+ "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
184
184
  }
185
185
  ]
@@ -1 +1 @@
1
- export declare const D8X_SDK_VERSION = "2.5.3";
1
+ export declare const D8X_SDK_VERSION = "2.5.4";
@@ -1,2 +1,2 @@
1
- export const D8X_SDK_VERSION = "2.5.3";
1
+ export const D8X_SDK_VERSION = "2.5.4";
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.5.3",
3
+ "version": "2.5.4",
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",
@@ -180,6 +180,6 @@
180
180
  "proxyABILocation": "./abi/IPerpetualManager.json",
181
181
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
182
182
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
183
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/refs/heads/bera-usd-busd/d8x-futures-node-sdk/"
183
+ "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
184
184
  }
185
185
  ]
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const D8X_SDK_VERSION = "2.5.3";
1
+ export const D8X_SDK_VERSION = "2.5.4";