@aptos-labs/wallet-adapter-core 6.0.0 → 7.0.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
@@ -319,7 +319,7 @@ function _ts_generator(thisArg, body) {
319
319
  };
320
320
  }
321
321
  }
322
- var WALLET_ADAPTER_CORE_VERSION = "6.0.0";
322
+ var WALLET_ADAPTER_CORE_VERSION = "7.0.0";
323
323
  // src/WalletCore.ts
324
324
  import EventEmitter from "eventemitter3";
325
325
  import { AccountAddress, Aptos as Aptos2, Network as Network2, NetworkToChainId } from "@aptos-labs/ts-sdk";
@@ -881,7 +881,6 @@ var crossChainStandardSupportedWalletList = [
881
881
  ];
882
882
  // src/sdkWallets.ts
883
883
  import { AptosConnectAppleWallet, AptosConnectGoogleWallet } from "@aptos-connect/wallet-adapter-plugin";
884
- import { inMSafeWallet, MSafeWallet } from "@msafe/aptos-aip62-wallet";
885
884
  function getSDKWallets(dappConfig) {
886
885
  var sdkWallets = [];
887
886
  if (typeof window !== "undefined") {
@@ -893,11 +892,6 @@ function getSDKWallets(dappConfig) {
893
892
  dappId: dappConfig === null || dappConfig === void 0 ? void 0 : dappConfig.aptosConnectDappId
894
893
  }, dappConfig === null || dappConfig === void 0 ? void 0 : dappConfig.aptosConnect)));
895
894
  }
896
- if ((dappConfig === null || dappConfig === void 0 ? void 0 : dappConfig.msafeWalletConfig) && dappConfig.network && inMSafeWallet()) {
897
- sdkWallets.push(new MSafeWallet(_object_spread_props(_object_spread({}, dappConfig === null || dappConfig === void 0 ? void 0 : dappConfig.msafeWalletConfig), {
898
- network: dappConfig.network
899
- })));
900
- }
901
895
  return sdkWallets;
902
896
  }
903
897
  // src/WalletCore.ts