-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix: cp-7.51.0 missing explorer url in bridge tx #17014
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
Conversation
|
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. |
|
9ab2b8f to
5a47fe9
Compare
|
|



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