fix(statics): update BABY explorer links to Mintscan#8437
Open
manas-at-bitgo wants to merge 1 commit intomasterfrom
Open
fix(statics): update BABY explorer links to Mintscan#8437manas-at-bitgo wants to merge 1 commit intomasterfrom
manas-at-bitgo wants to merge 1 commit intomasterfrom
Conversation
Replace deprecated Nodes.Guru explorer URLs for Babylon (BABY) with Mintscan URLs, as the Babylon team has deprecated Nodes.Guru. Ticket: CSHLD-561
184ebda to
cbd04c7
Compare
Contributor
mullapudipruthvik
left a comment
There was a problem hiding this comment.
Code review
No issues found.
Reviewed commit: cbd04c7
Size: Small (4 lines changed)
This PR replaces deprecated Nodes.Guru explorer URLs with Mintscan URLs for both Babylon mainnet and testnet. The change is a straightforward URL constant swap with no logic, control flow, or behavioral changes.
This PR looks like a good candidate for approval — trivial config-only change (URL constant swap).
mullapudipruthvik
approved these changes
Apr 8, 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.
Replace deprecated Nodes.Guru explorer URLs for Babylon (BABY) with Mintscan URLs, as the Babylon team has deprecated Nodes.Guru.
Mainnet: https://www.mintscan.io/babylon/tx/
Testnet: https://www.mintscan.io/babylon-testnet/tx/
Closes CSHLD-561