File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,12 @@ class AlgoSignerClient extends BaseWallet {
87
87
network,
88
88
} ) ;
89
89
} catch ( e ) {
90
- console . error ( "Error initializing..." , e ) ;
90
+ console . warn ( e ) ;
91
+ console . warn (
92
+ `Error initializing ${ AlgoSignerClient . metadata . name } .` ,
93
+ "Do you have the extension installed?" ,
94
+ "https://www.purestake.com/technology/algosigner"
95
+ ) ;
91
96
return null ;
92
97
}
93
98
}
Original file line number Diff line number Diff line change @@ -75,7 +75,12 @@ class ExodusClient extends BaseWallet {
75
75
network,
76
76
} ) ;
77
77
} catch ( e ) {
78
- console . error ( "Error initializing..." , e ) ;
78
+ console . warn ( e ) ;
79
+ console . warn (
80
+ `Error initializing ${ ExodusClient . metadata . name } .` ,
81
+ "Do you have the extension installed?" ,
82
+ "https://www.exodus.com/web3-wallet"
83
+ ) ;
79
84
return null ;
80
85
}
81
86
}
You can’t perform that action at this time.
0 commit comments