@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.
@@ -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 Aptos Connect wallets. */
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 Aptos Connect account page if the user is signed in to Aptos Connect. */
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
@@ -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,kDAAkD;AAClD,eAAO,MAAM,sBAAsB,6BAA6B,CAAC;AAEjE,2FAA2F;AAC3F,eAAO,MAAM,yBAAyB,oDACa,CAAC"}
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 = "G-GNVVWBL3J9";
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: "G-GNVVWBL3J9"
1216
+ send_to: true
1217
1217
  }, additionalInfo));
1218
1218
  }
1219
1219
  },