Open sungoki opened 3 years ago
Hi @sungoki , are you working on this now? If not I can create a PR to do this. I hope to use SlopeWallet in official wallet adapter
Hi @sungoki , any ETA for the official connector?
@callmewhy wallet support is managed externally through use-solana
. You could consider adding Slope to https://github.com/saber-hq/saber-common/blob/59b64fc7fe99a499535171f8f9fd3f63e997466a/packages/use-solana/src/providers.tsx#L26
Hi @secretshardul , yes I tried to. But I notice that sungoki planed to replace saber-hq use-solana with official use-solana, it will make slope available easily.
Hi @callmewhy -- there are currently no plans to swap out use-solana
with the official Solana wallet connector; however, we would gladly accept a PR that were to tackle this.
use-solana
does not seem to be as maintained as Solana Labs's wallet-adapter. We should consider using that directly.In addition to this, we'll also get support for Torus, which is very useful for Web3 projects that target non-crypto users.