You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@armaniferrante but the @solana/wallet-adapter package includes classes that do the exact same thing, there's just a tiny typing conflict between them but aim to accomplish the same thing.
I'm trying to avoid writing my own adapter implementations for the wallet we want to support and use the ones that the Solana Labs team has already built and bundled with their library.
Are there any working examples of integrating the
@project-serum/anchor
library with this adapter or with the@solana/wallet-adapter
components?There seems to be a misalignment in the type definitions for the interface of a wallet adapter/provider and can't get them to work together properly.
The text was updated successfully, but these errors were encountered: