feat(statics): add tsol:trump and ofctsol:trump testnet tokens#8910
Merged
Conversation
CAAS-1659 Add testnet equivalents of sol:trump for Solana devnet. - tsol:trump: devnet SPL mint APQkhGVxBZyXkj2hRYDukgAQcqwQCAJ7kTGmVAW1yVRx, 6 decimals, references UnderlyingAsset['sol:trump'] - ofctsol:trump: OFC wrapper for the testnet token Mint was deployed to Solana devnet via coins-sandbox createTrumpMint.js script. Ticket: CAAS-1659
4810503 to
502854d
Compare
mukeshsp
approved these changes
Jun 2, 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
Adds
tsol:trumpandofctsol:trumpto BitGoJS statics for Solana devnet, enabling Go Accounts testnet support for the OFFICIAL TRUMP token.Changes
modules/statics/src/coins/solTokens.tstsolToken()fortsol:trump— devnet mintAPQkhGVxBZyXkj2hRYDukgAQcqwQCAJ7kTGmVAW1yVRx, 6 decimals, referencesUnderlyingAsset['sol:trump']modules/statics/src/coins/ofcCoins.tstofcsolToken()forofctsol:trump— OFC wrapper, 6 decimals, referencesUnderlyingAsset['sol:trump']Context
sol:trumpalready exists in production statics. This PR adds the testnet equivalents following the same pattern astsol:usd1/tsol:sofid.Devnet mint was deployed via
coins-sandbox/sol/tokens/createTrumpMint.js(new script using@solana/spl-tokenv0.4.x API, reusing an existing funded wallet to avoid devnet airdrop rate limits).Companion PR
prime-microservices config changes: BitGo/prime-microservices (CAAS-1659 branch) — depends on this being published as a new
@bitgo-beta/staticsrelease.Test plan
modules/staticsbuild: cleancoins.get('tsol:trump')— found, 6 decimals, testnet network ✓coins.get('ofctsol:trump')— found ✓🤖 Generated with Claude Code