@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.
@@ -5490,9 +5490,6 @@ var Sphere = class _Sphere {
5490
5490
  */
5491
5491
  static async exists(storage) {
5492
5492
  try {
5493
- if (!storage.isConnected()) {
5494
- await storage.connect();
5495
- }
5496
5493
  const exists = await storage.get(STORAGE_KEYS.WALLET_EXISTS);
5497
5494
  if (exists === "true") {
5498
5495
  const mnemonic = await storage.get(STORAGE_KEYS.MNEMONIC);