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

Feature request: Support Coin98, Mathwallet and Torus wallets #57

Open
secretshardul opened this issue Sep 22, 2021 · 4 comments
Open

Comments

@secretshardul
Copy link

No description provided.

@secretshardul secretshardul changed the title Support Coin98, Mathwallet and Torus wallets Feature request: Support Coin98, Mathwallet and Torus wallets Sep 22, 2021
@callmewhy
Copy link

image

It looks like Coin98 and MathWallet are already supported?

@munanadi
Copy link

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! :)

@secretshardul
Copy link
Author

secretshardul commented Sep 29, 2021

Appears that wallet support is externally managed by use-solana. Currently supported ones are:

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

@sungoki
Copy link
Contributor

sungoki commented Oct 9, 2021

Thanks for the suggestion-- unfortunately we are blocked by #10 or someone needs to make a pull request to use-solana.

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

No branches or pull requests

4 participants