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
{{ message }}
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
Description
There's a few methods that are in the Wallet Api but not in this library.
I'm currently writing Dapp codes with React and on my way to refactor Wallet connection logic with this library, replacing Wallet Api with this library.
For now everything seems to be fine except above point. e.g. addCIS2Tokens
The text was updated successfully, but these errors were encountered:
The addCIS2Tokens and requestIdProof methods are not yet supported in the mobile wallets.
I think we should definitely add the methods to BrowserWalletConnector. If added to the WalletConector interface, the methods would have to throw "not implement" exceptions in WalletConnect. I think that's also reasonable, but will check with the team. We probably need a way for the dapp to probe whether a connector supports a given method.
For now, you can still access the browser wallet API directly via the client field in BrowserWalletConnector.
Description
There's a few methods that are in the Wallet Api but not in this library.
I'm currently writing Dapp codes with React and on my way to refactor Wallet connection logic with this library, replacing Wallet Api with this library.
For now everything seems to be fine except above point. e.g. addCIS2Tokens
The text was updated successfully, but these errors were encountered: