@d8x/perpetuals-sdk 2.5.7 → 2.5.8

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.
@@ -10,7 +10,7 @@
10
10
  "proxyABILocation": "./abi/IPerpetualManager.json",
11
11
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
12
12
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
13
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
13
+ "configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
14
14
  },
15
15
  {
16
16
  "name": "zkevm",
@@ -23,7 +23,7 @@
23
23
  "proxyABILocation": "./abi/IPerpetualManager.json",
24
24
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
25
25
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
26
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
26
+ "configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
27
27
  },
28
28
  {
29
29
  "name": "base",
@@ -36,7 +36,7 @@
36
36
  "proxyABILocation": "./abi/IPerpetualManager.json",
37
37
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
38
38
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
39
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
39
+ "configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
40
40
  },
41
41
  {
42
42
  "name": "bera",
@@ -49,6 +49,6 @@
49
49
  "proxyABILocation": "./abi/IPerpetualManager.json",
50
50
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
51
51
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
52
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
52
+ "configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
53
53
  }
54
54
  ]
@@ -1 +1 @@
1
- export declare const D8X_SDK_VERSION = "2.5.7";
1
+ export declare const D8X_SDK_VERSION = "2.5.8";
@@ -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.7";
4
+ exports.D8X_SDK_VERSION = "2.5.8";
5
5
  //# sourceMappingURL=version.js.map
@@ -10,7 +10,7 @@
10
10
  "proxyABILocation": "./abi/IPerpetualManager.json",
11
11
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
12
12
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
13
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
13
+ "configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
14
14
  },
15
15
  {
16
16
  "name": "zkevm",
@@ -23,7 +23,7 @@
23
23
  "proxyABILocation": "./abi/IPerpetualManager.json",
24
24
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
25
25
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
26
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
26
+ "configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
27
27
  },
28
28
  {
29
29
  "name": "base",
@@ -36,7 +36,7 @@
36
36
  "proxyABILocation": "./abi/IPerpetualManager.json",
37
37
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
38
38
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
39
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
39
+ "configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
40
40
  },
41
41
  {
42
42
  "name": "bera",
@@ -49,6 +49,6 @@
49
49
  "proxyABILocation": "./abi/IPerpetualManager.json",
50
50
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
51
51
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
52
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
52
+ "configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
53
53
  }
54
54
  ]
@@ -1 +1 @@
1
- export declare const D8X_SDK_VERSION = "2.5.7";
1
+ export declare const D8X_SDK_VERSION = "2.5.8";
@@ -1,2 +1,2 @@
1
- export const D8X_SDK_VERSION = "2.5.7";
1
+ export const D8X_SDK_VERSION = "2.5.8";
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.7",
3
+ "version": "2.5.8",
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",
@@ -10,7 +10,7 @@
10
10
  "proxyABILocation": "./abi/IPerpetualManager.json",
11
11
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
12
12
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
13
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
13
+ "configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
14
14
  },
15
15
  {
16
16
  "name": "zkevm",
@@ -23,7 +23,7 @@
23
23
  "proxyABILocation": "./abi/IPerpetualManager.json",
24
24
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
25
25
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
26
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
26
+ "configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
27
27
  },
28
28
  {
29
29
  "name": "base",
@@ -36,7 +36,7 @@
36
36
  "proxyABILocation": "./abi/IPerpetualManager.json",
37
37
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
38
38
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
39
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
39
+ "configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
40
40
  },
41
41
  {
42
42
  "name": "bera",
@@ -49,6 +49,6 @@
49
49
  "proxyABILocation": "./abi/IPerpetualManager.json",
50
50
  "limitOrderBookFactoryABILocation": "./abi/LimitOrderBookFactory.json",
51
51
  "limitOrderBookABILocation": "./abi/LimitOrderBook.json",
52
- "configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
52
+ "configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
53
53
  }
54
54
  ]
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const D8X_SDK_VERSION = "2.5.7";
1
+ export const D8X_SDK_VERSION = "2.5.8";