@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.
- package/dist/cjs/config/defaultConfig.json +4 -4
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/config/defaultConfig.json +4 -4
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
- package/src/config/defaultConfig.json +4 -4
- package/src/version.ts +1 -1
|
@@ -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://
|
|
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://
|
|
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://
|
|
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://
|
|
52
|
+
"configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
|
|
53
53
|
}
|
|
54
54
|
]
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const D8X_SDK_VERSION = "2.5.
|
|
1
|
+
export declare const D8X_SDK_VERSION = "2.5.8";
|
package/dist/cjs/version.js
CHANGED
|
@@ -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://
|
|
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://
|
|
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://
|
|
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://
|
|
52
|
+
"configSource": "https://d8-x.github.io/sync-hub/d8x-futures-node-sdk/"
|
|
53
53
|
}
|
|
54
54
|
]
|
package/dist/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const D8X_SDK_VERSION = "2.5.
|
|
1
|
+
export declare const D8X_SDK_VERSION = "2.5.8";
|
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const D8X_SDK_VERSION = "2.5.
|
|
1
|
+
export const D8X_SDK_VERSION = "2.5.8";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -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://
|
|
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://
|
|
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://
|
|
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://
|
|
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.
|
|
1
|
+
export const D8X_SDK_VERSION = "2.5.8";
|