-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
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
feature request: if a user searches for what looks like an address, show a link to axelarscan #647
Comments
@StephenFluin would you mind providing more details about the issue I would like to work on it |
@TRIPLE-ADE right now we have a search feature which works via Algolia to find the right content within the documentation. It would be nice that if the docs detect that someone has pasted an address or transaction hash (cosmos or EVm), we offer a manually inserted link to the top of the search results to view the relevant information on axelarscan.io or testnet.axelarscan.io. This will involve writing the JS to detect this type of search, and then inserting the appropriate results into the results, or directly modifying the DOM to add them once the results come back from Algolia. Let me know if you have more questions! |
Drafting here: #1120 Added:
Pending:
/^(cosmos1|cosmosvaloper1|cosmosvalcons1)[a-z0-9]{38}$/ Explanation:
Combined Cosmos and EVM regex example: /^(0x[a-fA-F0-9]{40}|cosmos1[a-z0-9]{38}|cosmosvaloper1[a-z0-9]{38}|cosmosvalcons1[a-z0-9]{38})$/ Questions:
Thanks! |
Address searches are common, and don't have good results. We should take them to axelarscan when they do this.
The text was updated successfully, but these errors were encountered: