Telegram: https://t.me/+DOylgFv1jyJlNzM0
Why this matters
frontend/src/components/wallet/WalletButton.tsx carries leftover commented-out code: the networkLabel const (line ~81) and a block of wallet-chip__name/wallet-chip__network markup (lines ~94-101) are commented out but left in place. Dead commented blocks make the component harder to read and invite confusion about whether the network label is meant to render in the chip.
Acceptance criteria
Files to touch
frontend/src/components/wallet/WalletButton.tsx
Out of scope
- The network-mismatch warning in the dropdown (keep it).
Telegram: https://t.me/+DOylgFv1jyJlNzM0
Why this matters
frontend/src/components/wallet/WalletButton.tsxcarries leftover commented-out code: thenetworkLabelconst (line ~81) and a block ofwallet-chip__name/wallet-chip__networkmarkup (lines ~94-101) are commented out but left in place. Dead commented blocks make the component harder to read and invite confusion about whether the network label is meant to render in the chip.Acceptance criteria
networkLabeland chip markup, OR restore them intentionally if the network label should show in the connected chipFiles to touch
frontend/src/components/wallet/WalletButton.tsxOut of scope