fix: update Osmosis, dYdX and Celestia LCD endpoints - #282
Merged
Conversation
The lcd-*.cosmostation.io hosts are dead (cert now points to an unrelated domain), causing account fetch failures in production. Replace them with working public LCDs, following the CosmosHub fix: - Osmosis -> osmosis-mainnet-api.itrocket.net - Celestia -> celestia-mainnet-api.itrocket.net - dYdX -> dydx-rest.publicnode.com (itrocket does not serve dYdX) Also fix the VCR cassettes: test_get_balance.yaml was orphaned when the test was renamed to test_cosmos_get_balance (rename it back into use), and the osmosis/dydx/celestia balance tests had no committed cassettes at all, so they silently hit live APIs on every run. Record cassettes for them against the new endpoints and align the expected balance counts with the recorded data. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019J2RMNJrufy8t6NJt1czKR
galvanizze
approved these changes
Aug 7, 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.
The lcd-*.cosmostation.io hosts are dead (cert now points to an unrelated domain), causing account fetch failures in production. Replace them with working public LCDs, following the CosmosHub fix:
Also fix the VCR cassettes: test_get_balance.yaml was orphaned when the test was renamed to test_cosmos_get_balance (rename it back into use), and the osmosis/dydx/celestia balance tests had no committed cassettes at all, so they silently hit live APIs on every run. Record cassettes for them against the new endpoints and align the expected balance counts with the recorded data.
Claude-Session: https://claude.ai/code/session_019J2RMNJrufy8t6NJt1czKR