walletkit icon indicating copy to clipboard operation
walletkit copied to clipboard

Feature request: Support Coin98, Mathwallet and Torus wallets

Open secretshardul opened this issue 4 years ago • 4 comments

secretshardul avatar Sep 22 '21 07:09 secretshardul

image

It looks like Coin98 and MathWallet are already supported?

callmewhy avatar Sep 22 '21 12:09 callmewhy

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

munanadi avatar Sep 23 '21 04:09 munanadi

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

secretshardul avatar Sep 29 '21 11:09 secretshardul

Thanks for the suggestion-- unfortunately we are blocked by https://github.com/GokiProtocol/walletkit/issues/10 or someone needs to make a pull request to use-solana.

sungoki avatar Oct 09 '21 21:10 sungoki