We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2623b4 commit 39a122cCopy full SHA for 39a122c
packages/thirdweb/src/wallets/manager/index.ts
@@ -369,11 +369,9 @@ export async function getStoredActiveWalletId(
369
if (value) {
370
return value as WalletId;
371
}
372
+ } catch {}
373
- return null;
374
- } catch {
375
376
- }
+ return null;
377
378
379
/**
@@ -387,9 +385,7 @@ export async function getLastConnectedChain(
387
385
388
386
return JSON.parse(value) as Chain;
389
390
391
392
393
394
395
0 commit comments