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 input token selector now orders tokens by the USD value of the user's holdings (largest first), and the default selected token is the one the user holds the most of. The order is computed once per wallet/chain when balances and prices resolve, so the list doesn't reshuffle mid-session. Without a connected wallet, or if balances/prices can't be fetched, the selector keeps the previous fixed order.
Added
Loading skeleton on the token selector and balance while balances/prices are being fetched, so the list doesn't visibly reorder or switch the selected token after rendering.