@aptos-labs/wallet-adapter-core 7.6.0 → 7.7.0
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/constants.d.ts +2 -2
- package/dist/constants.d.ts.map +1 -1
- 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/utils/walletSelector.d.ts +5 -5
- package/dist/utils/walletSelector.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/constants.ts +4 -4
- package/src/utils/walletSelector.ts +5 -5
package/dist/constants.d.ts
CHANGED
|
@@ -13,8 +13,8 @@ export declare enum NetworkName {
|
|
|
13
13
|
Devnet = "devnet"
|
|
14
14
|
}
|
|
15
15
|
export declare const ChainIdToAnsSupportedNetworkMap: Record<string, string>;
|
|
16
|
-
/** The base URL for all
|
|
16
|
+
/** The base URL for all Petra Web wallets. */
|
|
17
17
|
export declare const APTOS_CONNECT_BASE_URL = "https://aptosconnect.app";
|
|
18
|
-
/** The URL to the
|
|
18
|
+
/** The URL to the Petra Web account page if the user is signed in to Petra Web. */
|
|
19
19
|
export declare const APTOS_CONNECT_ACCOUNT_URL = "https://aptosconnect.app/dashboard/main-account";
|
|
20
20
|
//# sourceMappingURL=constants.d.ts.map
|
package/dist/constants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B;;;;OAIG;IACH,SAAS,cAAc;IACvB,WAAW,gBAAgB;CAC5B;AAED,oBAAY,WAAW;IACrB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;CAClB;AAED,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAGlE,CAAC;AAEF,
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B;;;;OAIG;IACH,SAAS,cAAc;IACvB,WAAW,gBAAgB;CAC5B;AAED,oBAAY,WAAW;IACrB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;CAClB;AAED,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAGlE,CAAC;AAEF,8CAA8C;AAC9C,eAAO,MAAM,sBAAsB,6BAA6B,CAAC;AAEjE,mFAAmF;AACnF,eAAO,MAAM,yBAAyB,oDACa,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -479,7 +479,7 @@ var import_wallet_standard = require("@aptos-labs/wallet-standard");
|
|
|
479
479
|
var GA4 = /*#__PURE__*/ function() {
|
|
480
480
|
function GA4() {
|
|
481
481
|
_class_call_check(this, GA4);
|
|
482
|
-
this.aptosGAID =
|
|
482
|
+
this.aptosGAID = true;
|
|
483
483
|
this.injectGA(this.aptosGAID);
|
|
484
484
|
}
|
|
485
485
|
_create_class(GA4, [
|
|
@@ -1213,7 +1213,7 @@ var WalletCore = /*#__PURE__*/ function(_import_eventemitter3_default) {
|
|
|
1213
1213
|
network: (_this__network = this._network) === null || _this__network === void 0 ? void 0 : _this__network.name,
|
|
1214
1214
|
network_url: (_this__network1 = this._network) === null || _this__network1 === void 0 ? void 0 : _this__network1.url,
|
|
1215
1215
|
adapter_core_version: WALLET_ADAPTER_CORE_VERSION,
|
|
1216
|
-
send_to:
|
|
1216
|
+
send_to: true
|
|
1217
1217
|
}, additionalInfo));
|
|
1218
1218
|
}
|
|
1219
1219
|
},
|