We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the Overview page, when the user clicks on View transactions for any of the EVM network logos, they are directed to a page with an error link.
Overview
View transactions
Please add the following links instead.
Ethereum: https://etherscan.io/ Base: https://basescan.org/ Celo: https://celoscan.io/ Arbitrum: https://arbiscan.io/
The text was updated successfully, but these errors were encountered:
@kattylucy these links are wrong, sorry! @hieronx can you help with the correct ones please?
Sorry, something went wrong.
Those should be the base links per network, but they should be appended with the token address.
Like this one for LTF on Etherscan: https://etherscan.io/token/0x8c213ee79581ff4984583c6a801e5263418c4b86
So the link is [base_link]/token/[token_address]
[base_link]/token/[token_address]
kattylucy
No branches or pull requests
On the
Overview
page, when the user clicks onView transactions
for any of the EVM network logos, they are directed to a page with an error link.Please add the following links instead.
Ethereum: https://etherscan.io/
Base: https://basescan.org/
Celo: https://celoscan.io/
Arbitrum: https://arbiscan.io/
The text was updated successfully, but these errors were encountered: