File tree Expand file tree Collapse file tree 3 files changed +16
-295
lines changed
src/modules/select/wallets Expand file tree Collapse file tree 3 files changed +16
-295
lines changed Original file line number Diff line number Diff line change 45
45
"@toruslabs/torus-embed" : " ^1.2.4" ,
46
46
"@unilogin/provider" : " ^0.5.20" ,
47
47
"@walletconnect/web3-provider" : " ^1.0.0-beta.45" ,
48
- "authereum" : " ^0.0.4-beta.130 " ,
48
+ "authereum" : " ^0.0.4-beta.131 " ,
49
49
"bignumber.js" : " ^9.0.0" ,
50
50
"bnc-sdk" : " 2.0.0" ,
51
51
"bowser" : " ^2.5.2" ,
Original file line number Diff line number Diff line change @@ -31,13 +31,17 @@ function authereum(
31
31
32
32
const provider = instance . getProvider ( )
33
33
34
+ console . log ( { instance, provider } )
35
+
34
36
return {
35
37
provider,
36
38
instance,
37
39
interface : {
38
40
name : 'Authereum' ,
39
41
connect : ( ) => provider . enable ( ) ,
40
- disconnect : ( ) => instance . logout ( ) ,
42
+ disconnect : ( ) => {
43
+ instance . destroy ( )
44
+ } ,
41
45
address : {
42
46
get : ( ) => instance . getAccountAddress ( )
43
47
} ,
You can’t perform that action at this time.
0 commit comments