ui
ui copied to clipboard
Disconnect Wallet not working with Metamask
Using the disconnectWallet function from the useWeb3 hook doesn't work as expected.
Current behaviour:
- Redirects user to metamask to re-authorize app access.
Expected behaviour:
- Disconnect metamask wallet connection
Is there some missing context around how to use this function?