refactor: update hyperliquid evm explorer #1061
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
why?
how?
testing
Note
Update Hyperliquid mainnet explorer URL to
https://hyperevmscan.io/
inaxelar-chains-config/info/mainnet.json
.Written by Cursor Bugbot for commit 3976e5d. This will update automatically on new commits. Configure here.
Greptile Overview
Updated On: 2025-09-30 16:19:30 UTC
Summary
This PR updates the explorer URL for the Hyperliquid EVM chain in the mainnet configuration from `https://app.hyperliquid.xyz/explorer` to `https://hyperevmscan.io/`. This is a straightforward configuration change that updates the blockchain explorer reference used for transaction and address lookups on the Hyperliquid network.The change is part of the Axelar Chains configuration system, which maintains chain metadata including explorer URLs for various supported blockchains. This configuration is used throughout the Axelar ecosystem to provide users with links to explore transactions, addresses, and contracts on different chains. The new URL appears to be a dedicated EVM scanner for the Hyperliquid network, which would provide better EVM-specific functionality like contract verification, token tracking, and transaction analysis compared to the previous general explorer.
PR Description Notes:
Important Files Changed
Changed Files
Confidence score: 5/5
Sequence Diagram