Problem
When a user connects their wallet and has a Farcaster profile, the nav only shows their Farcaster username/PFP. But one FID can have multiple verified wallet addresses — the user needs to know which specific wallet is currently connected.
Requirements
Wherever the connected Farcaster profile is displayed (likely the nav bar / connect wallet area), show the truncated wallet address alongside the Farcaster identity:
Example:
🟢 @project7 0x0175...4dbf
Or stacked:
- Show the truncated connected wallet address (e.g.,
0x0175...4dbf)
- Keep the Farcaster username/PFP as primary identity
- Wallet address is secondary/smaller text
- Must update when the user switches wallets
Files to modify
src/components/ConnectWallet.tsx or wherever the connected state is displayed in the nav
- Possibly
src/components/NavBar.tsx
Branch
task/614-show-connected-wallet
Acceptance criteria
Problem
When a user connects their wallet and has a Farcaster profile, the nav only shows their Farcaster username/PFP. But one FID can have multiple verified wallet addresses — the user needs to know which specific wallet is currently connected.
Requirements
Wherever the connected Farcaster profile is displayed (likely the nav bar / connect wallet area), show the truncated wallet address alongside the Farcaster identity:
Example:
Or stacked:
0x0175...4dbf)Files to modify
src/components/ConnectWallet.tsxor wherever the connected state is displayed in the navsrc/components/NavBar.tsxBranch
task/614-show-connected-walletAcceptance criteria
0x0175...4dbf)