Description
TokenMetadata.tsx renders the metadata URI as text but does not display the token image. When a valid IPFS image URI is present, it should be rendered.
Tasks
Acceptance Criteria
- Token image is displayed when a valid IPFS URI is set
- A placeholder icon is shown for tokens without metadata
- Broken image URLs show the placeholder, not a broken image icon
Description
TokenMetadata.tsxrenders the metadata URI as text but does not display the token image. When a valid IPFS image URI is present, it should be rendered.Tasks
<img>tag with the gateway URLAcceptance Criteria