Skip to content

Commit cd61bd2

Browse files
committed
Error handling
1 parent 1f67abd commit cd61bd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/wallet/core/src/wallet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ export class Wallet {
229229
}
230230
return implementationAddress
231231
})
232+
.catch(() => undefined)
232233
}),
233234
])
234235

0 commit comments

Comments
 (0)