CECHO-1177: Fix incorrect FLRP P-chain transaction explorer URLs#8992
Merged
Conversation
Update FlareP and FlarePTestnet explorerUrl paths from /blockchain/pvm/transactions to /blockchain/pvm/tx/ so transaction hash links resolve correctly on Flarescan. Ticket: CECHO-1177 Co-authored-by: Cursor <cursoragent@cursor.com>
dab7d18 to
477ffdc
Compare
rohitsaw115
approved these changes
Jun 11, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
FlarePandFlarePTestnetexplorerUrlin statics from/blockchain/pvm/transactionsto/blockchain/pvm/tx/.../transactions, producing 404s on Flarescan (e.g..../transactions2tZm6...on testnet)Root cause
@bitgo-beta/staticshad outdated Flarescan P-chain transaction URL paths. The UI builds explorer links asnetwork.explorerUrl + txid, so the testnet base URL missing the/tx/segment caused broken links.Test plan
npx mocha modules/statics/test/unit/networks.ts --grep "FlareP Network"@bitgo-beta/staticsin bitgo-ui and verify FLRP wallet tx hash link opens the correct Flarescan page on stagingTicket: CECHO-1177
Made with Cursor