@myx-trade/sdk 0.1.104 → 0.1.105

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
@@ -1822,7 +1822,7 @@ var RotationProvider = class extends import_providers.BaseProvider {
1822
1822
  // package.json
1823
1823
  var package_default = {
1824
1824
  name: "@myx-trade/sdk",
1825
- version: "0.1.104",
1825
+ version: "0.1.105",
1826
1826
  private: false,
1827
1827
  publishConfig: {
1828
1828
  access: "public"
@@ -13744,6 +13744,7 @@ var ConfigManager = class {
13744
13744
  ...this.config,
13745
13745
  seamlessMode: open
13746
13746
  };
13747
+ console.log("startSeamlessMode-->", this.config);
13747
13748
  }
13748
13749
  updateSeamlessWallet({ wallet, authorized, masterAddress }) {
13749
13750
  this.config = {
package/dist/index.mjs CHANGED
@@ -1732,7 +1732,7 @@ var RotationProvider = class extends BaseProvider {
1732
1732
  // package.json
1733
1733
  var package_default = {
1734
1734
  name: "@myx-trade/sdk",
1735
- version: "0.1.104",
1735
+ version: "0.1.105",
1736
1736
  private: false,
1737
1737
  publishConfig: {
1738
1738
  access: "public"
@@ -13654,6 +13654,7 @@ var ConfigManager = class {
13654
13654
  ...this.config,
13655
13655
  seamlessMode: open
13656
13656
  };
13657
+ console.log("startSeamlessMode-->", this.config);
13657
13658
  }
13658
13659
  updateSeamlessWallet({ wallet, authorized, masterAddress }) {
13659
13660
  this.config = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myx-trade/sdk",
3
- "version": "0.1.104",
3
+ "version": "0.1.105",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"