@myx-trade/sdk 0.1.93 → 0.1.95

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/index.js CHANGED
@@ -1838,7 +1838,7 @@ var RotationProvider = class extends import_providers.BaseProvider {
1838
1838
  // package.json
1839
1839
  var package_default = {
1840
1840
  name: "@myx-trade/sdk",
1841
- version: "0.1.93",
1841
+ version: "0.1.95",
1842
1842
  private: false,
1843
1843
  publishConfig: {
1844
1844
  access: "public"
@@ -14453,6 +14453,8 @@ var Order = class {
14453
14453
  chainId,
14454
14454
  this.configManager.getConfig().brokerAddress
14455
14455
  );
14456
+ console.log("closeAllPositions params--->", chainId, params);
14457
+ console.log("getNetworkFee--->", params[0].executionFeeToken, chainId);
14456
14458
  const networkFee = await this.utils.getNetworkFee(
14457
14459
  params[0].executionFeeToken,
14458
14460
  chainId
package/dist/index.mjs CHANGED
@@ -1749,7 +1749,7 @@ var RotationProvider = class extends BaseProvider {
1749
1749
  // package.json
1750
1750
  var package_default = {
1751
1751
  name: "@myx-trade/sdk",
1752
- version: "0.1.93",
1752
+ version: "0.1.95",
1753
1753
  private: false,
1754
1754
  publishConfig: {
1755
1755
  access: "public"
@@ -14364,6 +14364,8 @@ var Order = class {
14364
14364
  chainId,
14365
14365
  this.configManager.getConfig().brokerAddress
14366
14366
  );
14367
+ console.log("closeAllPositions params--->", chainId, params);
14368
+ console.log("getNetworkFee--->", params[0].executionFeeToken, chainId);
14367
14369
  const networkFee = await this.utils.getNetworkFee(
14368
14370
  params[0].executionFeeToken,
14369
14371
  chainId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myx-trade/sdk",
3
- "version": "0.1.93",
3
+ "version": "0.1.95",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"