-
Notifications
You must be signed in to change notification settings - Fork 25
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
Warning message in console #14
Comments
Hey! Thanks a lot for the kind words and the issue! I'm happy to see that this package is useful to people 😁 This is indeed a bit of a problem, I will dig a bit if I may find a stable replacement, I have not for now :( PS: I'm trying to generalize a bit the approach of this package with other wallets in https://github.com/VGLoic/ethpp. Don't hesitate to take a look if you want :) |
Thank you for the answer. I have been looking for an alternative to "isUnlocked" method but I think it requires the use of web3 or ethers.js. It's not a big deal because it works very well 😜. |
By taking a look at the code today, there is actually no need for this call to So basically, I will just remove it 😅 and the warning should disappear at the same time 😁 |
🎉 This issue has been resolved in version 2.2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hey! I use your package frequently because it's really cool 😎 🙌.
I have a warning message in my console concerning the
_metamask
method using in the MetaMaskProvider (l.25)it is specified in the metamask doc that it is experimental:
https://docs.metamask.io/guide/ethereum-provider.html#experimental-api
The text was updated successfully, but these errors were encountered: