fix(statics): replace dead Algorand testnet explorer URL with Pera - #9506
Open
mukeshsp wants to merge 1 commit into
Open
fix(statics): replace dead Algorand testnet explorer URL with Pera#9506mukeshsp wants to merge 1 commit into
mukeshsp wants to merge 1 commit into
Conversation
The Algorand testnet explorer URL (explorer.bitquery.io) returns HTTP 403 - Bitquery deprecated its public explorer pages in favor of a GraphQL API product, so talgo transaction links in the BitGo UI/API were broken. Replace with the Pera Explorer (AlgoExplorer's official successor): https://testnet.explorer.perawallet.app/tx/ Mainnet (allo.info) still returns 200 and is left unchanged. Update the matching amsTokenConfig test fixture for talgo:JPT-162085446, since the 'create a valid token map from AmsTokenConfig' unit test asserts JSON.stringify equality between the AMS-config network and the static coin-map network. Ticket: CSHLD-1491 Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
mukeshsp
marked this pull request as ready for review
August 14, 2026 16:19
mukeshsp
enabled auto-merge
August 14, 2026 16:19
manas-at-bitgo
approved these changes
Aug 14, 2026
mukeshsp
added this pull request to the merge queue
Aug 14, 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
The Algorand testnet explorer URL in BitGoJS statics was dead —
explorer.bitquery.ioreturns HTTP 403 (Bitquery deprecated its public explorer pages for a GraphQL API product). This broke talgo transaction links in the BitGo UI/API. Replaced with the Pera Explorer (AlgoExplorer's official successor).Changes
modules/statics/src/networks.ts—AlgorandTestnet.explorerUrl:https://explorer.bitquery.io/algorand_testnet/tx/→https://testnet.explorer.perawallet.app/tx/modules/statics/test/unit/resources/amsTokenConfig.ts— updated the matchingtalgo:JPT-162085446fixture, since thecreate a valid token map from AmsTokenConfigunit test assertsJSON.stringifyequality between the AMS-config network and the static coin-map network.Scope
Testnet only. Mainnet (
https://allo.info/tx/) still returns HTTP 200 and is left unchanged.Verification
explorer.bitquery.io→ HTTP 403 (root domain too, even with a browser UA);allo.info→ HTTP 200.https://testnet.explorer.perawallet.app/tx/<txid>/resolves in a browser to the correct transaction page (verified against a real testnet tx, Kalki asset 16026733, round 66303443).Linear
https://linear.app/bitgo/issue/CSHLD-1491/fixstatics-replace-dead-algorand-testnet-explorer-url-with-pera
🤖 Generated with Claude Code