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
I see in identity/components you have an EthBalance. I would prefer to show in the dropdown also USDC balance. I see in the hooks already a: useGetTokenBalance
TLDR: I know that https://wallet.coinbase.com/assets already has a beautiful way to show the assets of a wallet. I would personally use one on my own page to show a list of the users assets
Describe the solution you'd like
I see in identity/components you have an EthBalance. I would prefer to show in the dropdown also USDC balance. I see in the hooks already a: useGetTokenBalance
TLDR: I know that https://wallet.coinbase.com/assets already has a beautiful way to show the assets of a wallet. I would personally use one on my own page to show a list of the users assets
It could be a full component using https://onchainkit.xyz/token/token-row after reading from cdp_listBalanceDetails?
Describe alternatives you've considered.
I started my own hook like this, but haven't built a UI for it:
The text was updated successfully, but these errors were encountered: