fix(statics): update XLM testnet BST and TST issuer addresses#9129
Merged
Conversation
## Problem The BST and TST Stellar testnet token issuer addresses were non-existent, causing any interaction with these tokens to fail. The statics build also broke with a TypeScript error as the old keys were missing from UnderlyingAsset. ## Goal BST and TST testnet tokens reference valid issuer addresses, the statics package builds cleanly, and all related unit tests pass. ## Fix - Updated BST issuer to GCWHAO4SVB4KX3Q62QZGZUHUH2GSH3OIV7IS7Y3MPQOFGQFGBP6IYCOU - Updated TST issuer to GC26PEYGETD7L6PUW2VCU3PSC7LCLRRPOSUILSHD2RT23IQUEAN4TQBQ - Removed stale FKE testnet token (no longer defined in statics) - Updated all test fixtures and assertions across statics, bitgo, and sdk-coin-xlm ## Testing All 86 unit tests in @bitgo/sdk-coin-xlm pass. Statics unit tests pass. Lint clean across both modules. Ticket: CSHLD-1126 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11b6ddb to
bebaddd
Compare
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.
Problem
The BST and TST Stellar testnet token issuer addresses were non-existent,
causing any interaction with these tokens to fail.
Goal
BST and TST testnet tokens reference valid issuer addresses, and the
statics package builds cleanly.
Fix
Testing
Unit tests for @bitgo/statics pass (30,654 tests). sdk-coin-xlm and
bitgo tests require BITGOJS_TEST_PASSWORD env var; all 27 non-env-gated
xlm tests pass.
Ticket: CSHLD-1126
🤖 Generated with Claude Code