@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.
- package/dist/cjs/config/defaultConfig.json +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/config/defaultConfig.json +1 -1
- 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 +1 -1
- package/src/version.ts +1 -1
|
@@ -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/
|
|
183
|
+
"configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
|
|
184
184
|
}
|
|
185
185
|
]
|
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.4";
|
package/dist/cjs/version.js
CHANGED
|
@@ -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/
|
|
183
|
+
"configSource": "https://raw.githubusercontent.com/D8-X/sync-hub/main/d8x-futures-node-sdk/"
|
|
184
184
|
}
|
|
185
185
|
]
|
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.4";
|
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.4";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -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/
|
|
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.
|
|
1
|
+
export const D8X_SDK_VERSION = "2.5.4";
|