When on the ZKSync network, using the default block explorer when enabling the network, the "View asset in explorer" link takes users to an "Oops, we can't find anything" page. This is because the link goes to https://explorer.zksync.io/token/[address] (example) but the correct link for that block explorer is https://explorer.zksync.io/address/[address] (example)
Expected behavior
Be taken to a page on the blockexplorer with the token info.
It seems the root cause is that the zksync explorer is not compatible with EIP 3091, which means the bug is not on our side. Removing the type-bug label to reflect that.
Suggested next step:
find a zksync explorer that's compatible with EIP 3091
Describe the bug
When on the ZKSync network, using the default block explorer when enabling the network, the "View asset in explorer" link takes users to an "Oops, we can't find anything" page. This is because the link goes to
https://explorer.zksync.io/token/[address]
(example) but the correct link for that block explorer ishttps://explorer.zksync.io/address/[address]
(example)Expected behavior
Be taken to a page on the blockexplorer with the token info.
Screenshots/Recordings
https://github.com/user-attachments/assets/7973e909-30d6-48b4-812f-7af46b9a14c2
Steps to reproduce
Error messages or log output
No response
Detection stage
In production (default)
Version
12.2.4
Build type
None
Browser
Chrome
Operating system
MacOS
Hardware wallet
No response
Additional context
No response
Severity
No response