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
The wallet connect modal currently displays all available wallets, regardless of the source chain selected. To eliminate confusion, ensure only the appropriate wallets are displayed.
Source Chain Detection:
When a user selects a source chain (e.g., Solana or an EVM-based chain), the wallet connect modal should detect this selection and dynamically filter the displayed wallet options.
Wallet Filtering Logic:
Solana Source Chain:
Display only Solana-compatible wallets (e.g., Phantom).
EVM Source Chain:
Display only EVM-compatible wallets (e.g., MetaMask, Talisman etc.).
The text was updated successfully, but these errors were encountered:
monaiuu
changed the title
[TASK] Display Wallets Based on Selected Source Chain on Bridge
[TASK] Display Wallets Based on Source Chain on Bridge
Jan 10, 2025
Description
The wallet connect modal currently displays all available wallets, regardless of the source chain selected. To eliminate confusion, ensure only the appropriate wallets are displayed.
Source Chain Detection:
Wallet Filtering Logic:
The text was updated successfully, but these errors were encountered: