@myx-trade/sdk 0.1.104 → 0.1.106
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 +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +1 -1
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.
|
|
1825
|
+
version: "0.1.106",
|
|
1826
1826
|
private: false,
|
|
1827
1827
|
publishConfig: {
|
|
1828
1828
|
access: "public"
|
|
@@ -13740,10 +13740,12 @@ var ConfigManager = class {
|
|
|
13740
13740
|
};
|
|
13741
13741
|
}
|
|
13742
13742
|
startSeamlessMode(open) {
|
|
13743
|
+
console.log("startSeamlessMode-->", this.config, open);
|
|
13743
13744
|
this.config = {
|
|
13744
13745
|
...this.config,
|
|
13745
13746
|
seamlessMode: open
|
|
13746
13747
|
};
|
|
13748
|
+
console.log("startSeamlessMode-->", this.config);
|
|
13747
13749
|
}
|
|
13748
13750
|
updateSeamlessWallet({ wallet, authorized, masterAddress }) {
|
|
13749
13751
|
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.
|
|
1735
|
+
version: "0.1.106",
|
|
1736
1736
|
private: false,
|
|
1737
1737
|
publishConfig: {
|
|
1738
1738
|
access: "public"
|
|
@@ -13650,10 +13650,12 @@ var ConfigManager = class {
|
|
|
13650
13650
|
};
|
|
13651
13651
|
}
|
|
13652
13652
|
startSeamlessMode(open) {
|
|
13653
|
+
console.log("startSeamlessMode-->", this.config, open);
|
|
13653
13654
|
this.config = {
|
|
13654
13655
|
...this.config,
|
|
13655
13656
|
seamlessMode: open
|
|
13656
13657
|
};
|
|
13658
|
+
console.log("startSeamlessMode-->", this.config);
|
|
13657
13659
|
}
|
|
13658
13660
|
updateSeamlessWallet({ wallet, authorized, masterAddress }) {
|
|
13659
13661
|
this.config = {
|