@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.d.cts CHANGED
@@ -8670,9 +8670,6 @@ var Sphere = class _Sphere {
8670
8670
  */
8671
8671
  static async exists(storage) {
8672
8672
  try {
8673
- if (!storage.isConnected()) {
8674
- await storage.connect();
8675
- }
8676
8673
  const exists = await storage.get(STORAGE_KEYS.WALLET_EXISTS);
8677
8674
  if (exists === "true") {
8678
8675
  const mnemonic = await storage.get(STORAGE_KEYS.MNEMONIC);
package/dist/index.d.ts CHANGED
@@ -8670,9 +8670,6 @@ var Sphere = class _Sphere {
8670
8670
  */
8671
8671
  static async exists(storage) {
8672
8672
  try {
8673
- if (!storage.isConnected()) {
8674
- await storage.connect();
8675
- }
8676
8673
  const exists = await storage.get(STORAGE_KEYS.WALLET_EXISTS);
8677
8674
  if (exists === "true") {
8678
8675
  const mnemonic = await storage.get(STORAGE_KEYS.MNEMONIC);
package/dist/index.js CHANGED
@@ -5650,9 +5650,6 @@ var Sphere = class _Sphere {
5650
5650
  */
5651
5651
  static async exists(storage) {
5652
5652
  try {
5653
- if (!storage.isConnected()) {
5654
- await storage.connect();
5655
- }
5656
5653
  const exists = await storage.get(STORAGE_KEYS.WALLET_EXISTS);
5657
5654
  if (exists === "true") {
5658
5655
  const mnemonic = await storage.get(STORAGE_KEYS.MNEMONIC);