@aptos-labs/wallet-adapter-core 7.9.1 → 7.9.2
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/WalletCore.ts +1 -1
- package/src/version.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -482,7 +482,7 @@ __export(index_exports, {
|
|
|
482
482
|
});
|
|
483
483
|
module.exports = __toCommonJS(index_exports);
|
|
484
484
|
// src/version.ts
|
|
485
|
-
var WALLET_ADAPTER_CORE_VERSION = "7.9.
|
|
485
|
+
var WALLET_ADAPTER_CORE_VERSION = "7.9.2";
|
|
486
486
|
// src/WalletCore.ts
|
|
487
487
|
var import_eventemitter3 = __toESM(require("eventemitter3"));
|
|
488
488
|
var import_ts_sdk2 = require("@aptos-labs/ts-sdk");
|
|
@@ -1500,7 +1500,7 @@ var WalletCore = /*#__PURE__*/ function(_import_eventemitter3_default) {
|
|
|
1500
1500
|
ref = encodeURIComponent(window.location.origin);
|
|
1501
1501
|
parameter = "".concat(url, "?ref=").concat(ref);
|
|
1502
1502
|
} else if (uninstalledWallet.name.includes("Metamask")) {
|
|
1503
|
-
parameter = window.location.
|
|
1503
|
+
parameter = window.location.href;
|
|
1504
1504
|
} else {
|
|
1505
1505
|
parameter = encodeURIComponent(window.location.href);
|
|
1506
1506
|
}
|