anza-xyz / wallet-adapter

Modular TypeScript wallet adapters and components for Solana applications.
https://anza-xyz.github.io/wallet-adapter/
Apache License 2.0
1.59k stars 960 forks source link

Sollet wallet does not work #154

Closed praskoson closed 3 years ago

praskoson commented 3 years ago

Describe the bug I'm unable to connect with Sollet wallet in starter projects or in the example: https://solana-labs.github.io/wallet-adapter/example/

To Reproduce Change the wallet to Sollet and try to connect. It gets stuck in a "Connecting" state. There are no errors in the browser console.

Desktop (please complete the following information):

jordaaash commented 3 years ago

Interesting, I'm seeing the same issue with no error. I'll work on it, thanks for the report.

QZIG commented 3 years ago

Ok problem seems to be the provider url in getSolletWallet function, change to https://www.sollet.io works for me. Don't know why...

jordaaash commented 3 years ago

Good catch, thanks for finding that. I'll fix and release

jordaaash commented 3 years ago

This is fixed in e73d6275c29b96d01a9ad18282c61687d3cfd7c4 / @solana/wallet-adapter-wallets@0.11.3. Please let me know if it's not working after updating!

QZIG commented 3 years ago

It's working !

variantpanda commented 1 year ago

It still not working what's going on?

IvanBurzakovskyi commented 1 year ago

The sollet.io is not responding. The Chrome extension also is not working (infinite loader is shown)

jordaaash commented 1 year ago

Sollet is deprecated, and no longer works because it relies on Serum RPCs which are no longer active.

Check out this thread for how to export your key from Sollet, which you can use with a different wallet:

https://twitter.com/steveluscher/status/1593075105042944000