eip155 ENS Avatars aren't showing bc `uriToHttp.ts` doesn't include a case for `eip155`
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 5.5k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Bug Description
eip155 ENS Avatars aren't showing bc uriToHttp.ts doesn't include a case to return a fetch-able https URL for eip155 protocol URIs
Steps to Reproduce & Expected Behavior
- Connect to interface via injected wallet with an address with an ENS NFT avatar set
- Account chip should show ENS NFT avatar
Additional Context
i.e. Hayden's ENS avatar is set to eip155:1/CryptoPunks:0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB/6055, but uriToHttp.ts doesn't handle the eip155 case
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in uriToHttp.ts and trace how ENS avatar URIs are converted for the account chip. Reproduce with an address whose ENS avatar uses an eip155 URI, then verify that the conversion produces a fetchable HTTPS URL and the avatar appears.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- blockchain, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100