@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.js
CHANGED
|
@@ -5395,9 +5395,6 @@ var Sphere = class _Sphere {
|
|
|
5395
5395
|
*/
|
|
5396
5396
|
static async exists(storage) {
|
|
5397
5397
|
try {
|
|
5398
|
-
if (!storage.isConnected()) {
|
|
5399
|
-
await storage.connect();
|
|
5400
|
-
}
|
|
5401
5398
|
const exists = await storage.get(STORAGE_KEYS.WALLET_EXISTS);
|
|
5402
5399
|
if (exists === "true") {
|
|
5403
5400
|
const mnemonic = await storage.get(STORAGE_KEYS.MNEMONIC);
|