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 1709fb0 commit afc11e6Copy full SHA for afc11e6
packages/use-wallet/src/wallets/pera.ts
@@ -51,16 +51,6 @@ export class PeraWallet extends BaseWallet {
51
icon: ICON
52
}
53
54
- private async autoConnect(): Promise<void> {
55
- this.logger.info('Pera Discover browser detected, auto connecting...')
56
- try {
57
- await this.connect()
58
- this.logger.info('Auto-connect successful')
59
- } catch (error: any) {
60
- this.logger.warn('Auto-connect failed:', error.message)
61
- }
62
63
-
64
private async initializeClient(): Promise<PeraWalletConnect> {
65
this.logger.info('Initializing client...')
66
const module = await import('@perawallet/connect')
0 commit comments