Skip to content

CECHO-1177: Fix incorrect FLRP P-chain transaction explorer URLs#8992

Merged
ArunBala-Bitgo merged 1 commit into
masterfrom
CECHO-1177
Jun 11, 2026
Merged

CECHO-1177: Fix incorrect FLRP P-chain transaction explorer URLs#8992
ArunBala-Bitgo merged 1 commit into
masterfrom
CECHO-1177

Conversation

@ArunBala-Bitgo

Copy link
Copy Markdown
Contributor

Summary

  • Updates FlareP and FlarePTestnet explorerUrl in statics from /blockchain/pvm/transactions to /blockchain/pvm/tx/
  • Fixes malformed transaction links in the FLRP wallet UI that were concatenating the txid directly onto .../transactions, producing 404s on Flarescan (e.g. .../transactions2tZm6... on testnet)
  • Adds unit test coverage for FlareP explorer URLs

Root cause

@bitgo-beta/statics had outdated Flarescan P-chain transaction URL paths. The UI builds explorer links as network.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"
  • After statics publish, bump @bitgo-beta/statics in bitgo-ui and verify FLRP wallet tx hash link opens the correct Flarescan page on staging

Ticket: CECHO-1177

Made with Cursor

@ArunBala-Bitgo ArunBala-Bitgo requested review from a team as code owners June 11, 2026 06:25
@linear-code

linear-code Bot commented Jun 11, 2026

Copy link
Copy Markdown

CECHO-1177

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>
@ArunBala-Bitgo ArunBala-Bitgo merged commit 933936d into master Jun 11, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants