Uniswap / Uniswap/interface

Token Details page redirects to etherscan as address instead of token

Open
#6,746 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

improvement
Dominant language
TypeScript
Stars
5.5k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Is your feature request related to a problem? Please describe.
When user is in the tokens details page (/:network/:tokenAddress), there are some logos relating to that token such as mark as favorite, coinmarketcap, and finally etherscan. If you click on etherscan logo, it redirects to /address/:tokenAddress

Describe the solution you'd like
It would be better if it redirects to /token/:tokenAddress as it contains more information about the token.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the token details page route /:network/:tokenAddress and locate the Etherscan logo link described in the issue. Verify the current destination and update the behavior so it reaches /token/:tokenAddress; confirm the resulting link opens the token details view rather than the address view.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
blockchain, frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.