Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch between Metamask and Coinbase wallets problem #683

Closed
karczuRF opened this issue Feb 18, 2022 · 4 comments
Closed

Switch between Metamask and Coinbase wallets problem #683

karczuRF opened this issue Feb 18, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@karczuRF
Copy link
Contributor

In general wallet switching works fine, but in some cases doesn't. Didn't check how does it looks like with another wallets.

Steps to reproduce problem:

  1. Launch app and be sure that no wallet is connected yet.
  2. Connect with Coinbase wallet.
  3. If connected succesfully with Coinbase, try to change to Metamask
  4. When Metamask popup will show asking for account connection select Cancel.
    At that moment it's shown that Metamask is connected, but in fact it's not and address is still the one from Coinbase wallet.

image

  1. Try to connect Metamask or Coinbase. In both cases wallet doesn't response and "Initializing..." info is shown infinitely. Coinbase wallet address still can be seen.

image

@karczuRF karczuRF added the bug Something isn't working label Feb 18, 2022
@karczuRF karczuRF self-assigned this Feb 18, 2022
@karczuRF
Copy link
Contributor Author

@kingalg I would be grateful if you could check this case as well with different wallets ;)

@karczuRF
Copy link
Contributor Author

@TIANJINFENG
Copy link

I also encountered this problem. When you have two wallets, there are multiple providers in the Ethereum returned by @ metamask / detect provider And https://github.com/NoahZinsmeister/web3-react/blob/main/packages/metamask/src/index.ts The provider used by isomorphicinitialize in does not make judgment @

@karczuRF karczuRF mentioned this issue Mar 24, 2022
13 tasks
@MilanVojnovic95
Copy link
Collaborator

This bug is fixed in #1330

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants
@TIANJINFENG @MilanVojnovic95 @karczuRF and others