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 37af3d7 commit 5259fbfCopy full SHA for 5259fbf
src/modules/select/wallets/torus.ts
@@ -224,7 +224,7 @@ function torus(options: TorusOptions & CommonWalletOptions): WalletModule {
224
let result = await instance.login({ verifier: loginMethod })
225
return { message: result[0] }
226
},
227
- disconnect: () => instance.logout(),
+ disconnect: () => instance.cleanUp(),
228
address: {
229
get: () => Promise.resolve(instance.web3.eth.accounts[0])
230
0 commit comments