feat(statics): onboard GoUSD and SCAASACME tokens#9031
Merged
baltiyal merged 1 commit intoJun 16, 2026
Conversation
fad0428 to
712224f
Compare
nvrakesh06
previously approved these changes
Jun 16, 2026
Contributor
|
Please fix the above comments by @damodarnaik699 |
Phani024
reviewed
Jun 16, 2026
712224f to
e967f3c
Compare
nvrakesh06
previously approved these changes
Jun 16, 2026
There was a problem hiding this comment.
Pull request overview
This PR onboards new token statics for goUSD (Solana + Tempo) and SCAASACME / “Acme USD” (testnet variants across EVM/BSC/Tempo), wiring them through the statics registries and OFC wrappers so the wider BitGoJS stack can recognize and operate on these assets.
Changes:
- Added Solana SPL Token-2022 entries for
sol:gousd,tsol:gousd, andtsol:stggousd. - Added EVM/BSC/Tempo testnet token entries for
scaasacmeandstgscaasacme, plus OFC representations. - Extended
UnderlyingAssetand updated unit tests / SDK Tempo test resources to include the new assets.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| modules/statics/test/unit/tokenNamingConvention.ts | Adds hteth:* testnet-prefix exceptions for the new Hoodi tokens. |
| modules/statics/src/coins/solTokens.ts | Registers sol:gousd and testnet variants as Solana tokens. |
| modules/statics/src/coins/ofcErc20Coins.ts | Adds OFC ERC20 testnet entries for ofchteth:{stgscaasacme,scaasacme}. |
| modules/statics/src/coins/ofcCoins.ts | Adds OFC entries for Solana/Tempo goUSD and testnet BSC/Tempo SCAASACME variants. |
| modules/statics/src/coins/erc20Coins.ts | Adds Hoodi ERC20 token statics for hteth:{stgscaasacme,scaasacme}. |
| modules/statics/src/coins/bscTokens.ts | Adds BSC testnet token statics for tbsc:{stgscaasacme,scaasacme}. |
| modules/statics/src/base.ts | Extends UnderlyingAsset enum with new Sol/HTETH/TBSC/Tempo assets. |
| modules/statics/src/allCoinsAndTokens.ts | Adds Tempo TIP20 mainnet/testnet entries for gousd and SCAASACME variants. |
| modules/sdk-coin-tempo/test/resources/tempo.ts | Adds Tempo test resource addresses/names for the new testnet tokens. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add GoUSD stablecoin on Solana (prod/testnet/staging) and Tempo (prod/testnet/staging), and SCAASACME (Acme USD) demo token on Hoodi ETH, BSC testnet, and Tempo testnet/staging. All tokens include on-chain and OFC counterparts. - GoUSD: 6 decimals, Token-2022 program on Solana - SCAASACME: 18 decimals on EVM chains, 6 on Tempo - No production entries for SCAASACME (staging/test only) TICKET: SCAAS-9540, SCAAS-9748
e967f3c to
3d5723d
Compare
nvrakesh06
approved these changes
Jun 16, 2026
nvrakesh06
approved these changes
Jun 16, 2026
ravibitgo
approved these changes
Jun 16, 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.
TICKET: SCAAS-9540, SCAAS-9748