@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/index.mjs CHANGED
@@ -329,7 +329,7 @@ var GA4 = /*#__PURE__*/ function() {
329
329
  "use strict";
330
330
  function GA4() {
331
331
  _class_call_check(this, GA4);
332
- this.aptosGAID = "G-GNVVWBL3J9";
332
+ this.aptosGAID = true;
333
333
  this.injectGA(this.aptosGAID);
334
334
  }
335
335
  _create_class(GA4, [
@@ -1082,7 +1082,7 @@ var WalletCore = /*#__PURE__*/ function(EventEmitter) {
1082
1082
  network: (_this__network = this._network) === null || _this__network === void 0 ? void 0 : _this__network.name,
1083
1083
  network_url: (_this__network1 = this._network) === null || _this__network1 === void 0 ? void 0 : _this__network1.url,
1084
1084
  adapter_core_version: WALLET_ADAPTER_CORE_VERSION,
1085
- send_to: "G-GNVVWBL3J9"
1085
+ send_to: true
1086
1086
  }, additionalInfo));
1087
1087
  }
1088
1088
  },