@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/core/index.cjs +0 -3
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.js +0 -3
- package/dist/core/index.js.map +1 -1
- package/dist/impl/nodejs/index.cjs +0 -3
- package/dist/impl/nodejs/index.cjs.map +1 -1
- package/dist/impl/nodejs/index.js +0 -3
- package/dist/impl/nodejs/index.js.map +1 -1
- package/dist/index.cjs +0 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/core/index.cjs
CHANGED
|
@@ -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);
|