feat(statics): onboard txlm:TUSDTC test token for XLM signing tests - #9472
Open
bitgo-ai-agent-dev[bot] wants to merge 1 commit into
Open
feat(statics): onboard txlm:TUSDTC test token for XLM signing tests#9472bitgo-ai-agent-dev[bot] wants to merge 1 commit into
bitgo-ai-agent-dev[bot] wants to merge 1 commit into
Conversation
Contributor
ralph-bitgo
Bot
force-pushed
the
CSHLD-1447-onboard-tusdc-xlm-test-token
branch
from
August 11, 2026 17:05
4cba842 to
2c4e106
Compare
bitgo-ai-agent-dev
Bot
force-pushed
the
CSHLD-1447-onboard-tusdc-xlm-test-token
branch
from
August 11, 2026 17:06
2c4e106 to
705d7aa
Compare
ralph-bitgo
Bot
force-pushed
the
CSHLD-1447-onboard-tusdc-xlm-test-token
branch
from
August 11, 2026 17:26
cab71d7 to
f5a47c5
Compare
prajwalu142
previously approved these changes
Aug 11, 2026
prajwalu142
marked this pull request as ready for review
August 11, 2026 17:48
bitgo-ai-agent-dev
Bot
force-pushed
the
CSHLD-1447-onboard-tusdc-xlm-test-token
branch
from
August 11, 2026 17:54
f5a47c5 to
0129c1e
Compare
ralph-bitgo
Bot
force-pushed
the
CSHLD-1447-onboard-tusdc-xlm-test-token
branch
from
August 11, 2026 17:54
0129c1e to
a307a90
Compare
bitgo-ai-agent-dev
Bot
force-pushed
the
CSHLD-1447-onboard-tusdc-xlm-test-token
branch
2 times, most recently
from
August 11, 2026 17:59
3b5d72b to
5b2fa0f
Compare
ralph-bitgo
Bot
force-pushed
the
CSHLD-1447-onboard-tusdc-xlm-test-token
branch
from
August 11, 2026 17:59
5b2fa0f to
9dbb1fd
Compare
bitgo-ai-agent-dev
Bot
force-pushed
the
CSHLD-1447-onboard-tusdc-xlm-test-token
branch
from
August 11, 2026 17:59
9dbb1fd to
e46e81f
Compare
prajwalu142
approved these changes
Aug 11, 2026
Add the TUSDTC test token (asset code TUSDTC, issuer GC26PEYGETD7L6PUW2VCU3PSC7LCLRRPOSUILSHD2RT23IQUEAN4TQBQ) to the @bitgo/statics token registry as a testnet Stellar token, along with its OFC variant (ofctxlm:tusdtc). TUSDTC is a 6-character asset code encoded as assetTypeCreditAlphanum12 in Stellar XDR. All previously registered testnet Stellar tokens use 3-4 char ALPHANUM4 codes. Registering this token provides a real testnet ALPHANUM12 asset for end-to-end signing tests against the firmware changes in the parent ticket (CSHLD-1407). Ticket: CSHLD-1447 Session-Id: bb58b0aa-c314-4212-8901-e1cfc7a3c8db Task-Id: 31db5ad2-ab59-4d9f-8c21-6acc91a05c08
bitgo-ai-agent-dev
Bot
force-pushed
the
CSHLD-1447-onboard-tusdc-xlm-test-token
branch
from
August 11, 2026 18:01
e46e81f to
997e370
Compare
ralph-bitgo
Bot
force-pushed
the
CSHLD-1447-onboard-tusdc-xlm-test-token
branch
from
August 11, 2026 18:01
997e370 to
cfc9e9a
Compare
bitgo-ai-agent-dev
Bot
force-pushed
the
CSHLD-1447-onboard-tusdc-xlm-test-token
branch
from
August 11, 2026 18:01
cfc9e9a to
adedeb2
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.
What
txlm:TUSDTC-GC26PEYGETD7L6PUW2VCU3PSC7LCLRRPOSUILSHD2RT23IQUEAN4TQBQto the@bitgo/staticstoken registry as a Stellar testnet token (asset codeTUSDTC, 7 decimal places, domainbitgo.com)UnderlyingAssetenum entry inmodules/statics/src/base.tsofctxlm:tusdtcviatofcStellarTokeninmodules/statics/src/coins/ofcCoins.tsWhy
TUSDTCis a 6-character Stellar asset code, encoded asassetTypeCreditAlphanum12in Stellar XDR. All previously registered testnet Stellar tokens (BST,TST,BTGT) use 3–4 char ALPHANUM4 codes. RegisteringTUSDTC(plus its OFC variant) provides a real testnet asset for validating ALPHANUM12 signing support end-to-end.The parent ticket (CSHLD-1407) adds HSM firmware support for ALPHANUM12
changeTrustandpaymentoperations. Having this token registered in the SDK enables integration testing against the updated firmware without relying on a synthetic fixture.Test plan
@bitgo/staticsunit tests pass with no regressionstxlm:TUSDTCon testnet once CSHLD-1407 HSM firmware PR (fix(statics): replace bn.js by BigInt native implementation #2286) is mergedTicket: CSHLD-1447