-
Notifications
You must be signed in to change notification settings - Fork 10
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
[BUG] Support Incompatible Wallets #1141
Comments
Edit: |
After a more in-depth analysis, the issue is rather on the wallet side. supportedExtensions: [{ cip: 95 }] and the wallet you provided on a picture, indeed includes this entry in its declaration: And that makes, that we, based on CIP-95 Extension API, provide the However, I made some improvement to the listing of the wallets and displaying an error on a modal informing the user, that the wallet that has been listed doesn't really have the CIP-95 support or even CIP-30 support due to missing @Ryun1 Should we depend only on the list of compatible wallets and display only these? Or on the So far within this PR I introduced following solution: |
@MSzalowski thanks for digging into this This error is being caused by a faulty wallet implementation (intentional or not), as it is missing the
No
I much prefer only showing users the CIP95 compatible wallets that they have installed. |
Closing this with the discussion above. |
Context & versions
Steps to reproduce
Actual behaviour
Expected behaviour
For more details, refer to this report
The text was updated successfully, but these errors were encountered: