fix: cp-7.51.0 missing explorer url in bridge tx#17014
Merged
Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Contributor
|
9ab2b8f to
5a47fe9
Compare
|
ejwessel
approved these changes
Jul 9, 2025
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



Description
This PR is fixed the block explorer URL doesnt not return correctly for bridge transaction
it is because the previous method is heavy depends on
etherscan-linkto get the URLon the other hand, if the hashmap of network <> block explorer url is not up to date, there will be an issue (it only support 0x1)
In this fix, we copy the same behavior with
app/components/hooks/useBlockExplorer.tsto have minimal change to fix the issueChangelog
CHANGELOG entry: Fixed missing explorer url in bridge transaction
Related issues
Fixes: #16109
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist