-
Notifications
You must be signed in to change notification settings - Fork 52
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
Feature request: Support Coin98, Mathwallet and Torus wallets #57
Comments
I think there are still a few bugs currently like fresh installation of mathwallet didn't get recognised even after clicking the refresh button. But they are still working on this so hence the feature request! :) |
Appears that wallet support is externally managed by export enum WalletType {
Coin98 = "Coin98",
Ledger = "Ledger",
MathWallet = "MathWallet",
Phantom = "Phantom",
Sollet = "Sollet",
SolletExtension = "SolletExtension",
Solflare = "Solflare",
SolflareExtension = "SolflareExtension",
Solong = "Solong",
SecretKey = "SecretKey",
} https://github.com/saber-hq/saber-common/blob/master/packages/use-solana/src/providers.tsx#L26 |
Thanks for the suggestion-- unfortunately we are blocked by #10 or someone needs to make a pull request to use-solana. |
No description provided.
The text was updated successfully, but these errors were encountered: