File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
packages/meteor-wallet/src/lib Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 91
91
"@ledgerhq/hw-transport" : " 6.27.1" ,
92
92
"@ledgerhq/hw-transport-webhid" : " 6.27.1" ,
93
93
"@metamask/detect-provider" : " ^2.0.0" ,
94
- "@meteorwallet/sdk" : " ^1.0.5 " ,
94
+ "@meteorwallet/sdk" : " ^1.0.9 " ,
95
95
"@mintbase-js/wallet" : " 0.5.0-beta.6" ,
96
96
"@near-snap/sdk" : " ^0.6.0" ,
97
97
"@peersyst/near-mobile-signer" : " ^1.0.10" ,
Original file line number Diff line number Diff line change @@ -85,7 +85,15 @@ const createMeteorWalletInjected: WalletBehaviourFactory<
85
85
} ) ;
86
86
}
87
87
88
- return getAccounts ( ) ;
88
+ const accounts = await getAccounts ( ) ;
89
+
90
+ logger . log ( "MeteorWallet:signIn" , {
91
+ contractId,
92
+ methodNames,
93
+ account : accounts [ 0 ] ,
94
+ } ) ;
95
+
96
+ return accounts ;
89
97
} ,
90
98
91
99
async signOut ( ) {
Original file line number Diff line number Diff line change 3455
3455
resolved "https://registry.yarnpkg.com/@metamask/detect-provider/-/detect-provider-2.0.0.tgz#4bc2795e5e6f7d8b84b2e845058d2f222c99917d"
3456
3456
integrity sha512-sFpN+TX13E9fdBDh9lvQeZdJn4qYoRb/6QF2oZZK/Pn559IhCFacPMU1rMuqyXoFQF3JSJfii2l98B87QDPeCQ==
3457
3457
3458
- "@meteorwallet/sdk@^1.0.5 ":
3459
- version "1.0.5 "
3460
- resolved "https://registry.yarnpkg.com/@meteorwallet/sdk/-/sdk-1.0.5 .tgz#1a878bc1357b8818cc3240a44709a6fe9971c3e1 "
3461
- integrity sha512-2HT3F6O8lMvj1STD/ir09R43jPLlRVFPoR8dD+qsASUe73ZJumX8r3Uef4g9waAjKZza5B7wmi4XpamFaKrlkg ==
3458
+ "@meteorwallet/sdk@^1.0.9 ":
3459
+ version "1.0.9 "
3460
+ resolved "https://registry.yarnpkg.com/@meteorwallet/sdk/-/sdk-1.0.9 .tgz#d10d41ca81a81673379ba43a9ddf2d23b1b4503a "
3461
+ integrity sha512-frJM+rwmx18MCVsfHn0O8oaJfB41BqaXW6cyhZ3EtMw3b87DUJyfSuJi9K0HQl7oGG0+wvMZOKRBVVcMiZzoDg ==
3462
3462
dependencies:
3463
3463
borsh "^0.7.0"
3464
3464
nanoid "3.3.6"
You can’t perform that action at this time.
0 commit comments