Open secretshardul opened 3 years ago
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 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
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.
It looks like Coin98 and MathWallet are already supported?