-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Link to minimal reproducible example
https://lab.reown.com/appkit/?name=multichain-all
Steps to Reproduce
- AppKit requests "switchChain" method after connecting with EVM (this happens only when Solana is already connected) fix: Unwanted switchChain requests on connect for EVM #5372
Steps to repro:
- Go to Labs
- Connect to Solana using Trust Wallet
- Open the modal, go to connections, connect with EVM
- After connecting the wallet requests to switch to Ethereum
- The
ProfileWalletsview is not typed. We want to use it to show the different connected wallets. Expose ProfileWallets view type #5373 - AppKit doesn't detect when the user disconnects Solana manually from the wallet. Fix/solana disconnect #5374
- When Solana and EVM are active and connected,
allAccountsfromuseAppKitAccountonly shows a single active network. If the user disconnects EVM then allAccounts becomes undefined.
Comment: I see on the source code that useAppKitAccount differs from documentation, in the source code it was taken a single-chain approach while the documentation states that allAccounts: A list of connected accounts I won't touch this since addressing it would mean a breaking change.