Token Details page redirects to etherscan as address instead of token
Nobody has claimed this yet.
- 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
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 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