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

Fixed an issue about connecting wallets #422

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Fixed an issue about connecting wallets #422

merged 2 commits into from
Oct 19, 2023

Conversation

kkosiorowska
Copy link
Contributor

@kkosiorowska kkosiorowska commented Oct 18, 2023

Closes #381

What

There is a issue related to incorrect handling of the Taho wallet in the @web3-onboard/taho library. Let's fix this with a patch file. The solution is still not ideal because it does not catch the change of which wallet is switched on. This means that when we install the Taho wallet we have to refresh the page to see that the wallet has been installed. I think this solution is enough at the moment. Let's solve this problem in #423.

Testing

When MetaMask is installed

  • Try connecting when the wallet is the default
  • Try connecting when the wallet is not the default

When MetaMask is'n installed

  • Try connecting when the wallet is the default
  • Try connecting when the wallet is not the default

When Taho isn't installed but MetaMask it is

  • There is no connection possible. The user receives the correct message.

@kkosiorowska kkosiorowska self-assigned this Oct 18, 2023
@netlify
Copy link

netlify bot commented Oct 18, 2023

Deploy Preview for tally-ho-test-claim ready!

Name Link
🔨 Latest commit ffa8023
🔍 Latest deploy log https://app.netlify.com/sites/tally-ho-test-claim/deploys/652fc9bac7603600087a00b3
😎 Deploy Preview https://deploy-preview-422--tally-ho-test-claim.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

When Taho isn't the default wallet and MetaMask is installed we are unable to connect to the dapp. Let's force a connection to the Taho wallet and make sure the user receives the correct message when Taho isn't installed.
@kkosiorowska kkosiorowska marked this pull request as ready for review October 18, 2023 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connect wallet without Taho extension installed
2 participants