@unicitylabs/sphere-sdk 0.1.2-beta.1 → 0.1.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.cjs CHANGED
@@ -5773,9 +5773,6 @@ var Sphere = class _Sphere {
5773
5773
  */
5774
5774
  static async exists(storage) {
5775
5775
  try {
5776
- if (!storage.isConnected()) {
5777
- await storage.connect();
5778
- }
5779
5776
  const exists = await storage.get(STORAGE_KEYS.WALLET_EXISTS);
5780
5777
  if (exists === "true") {
5781
5778
  const mnemonic = await storage.get(STORAGE_KEYS.MNEMONIC);