feat(statics): onboard GoUSD and SCAASACME tokens#9031
Open
baltiyal wants to merge 1 commit into
Open
Conversation
9badff1 to
fad0428
Compare
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
fad0428 to
712224f
Compare
nvrakesh06
approved these changes
Jun 16, 2026
| address: '0x20c0000000000000000000004005ba0e59b1e1e5', | ||
| name: 'ttempo:stggousd', | ||
| }, | ||
| scaasacme: { |
Contributor
There was a problem hiding this comment.
Suggested change
| scaasacme: { | |
| tscaasacme: { |
| tbscToken( | ||
| '2d4e4f61-1acd-416c-9d38-3d80d95a38d4', | ||
| 'tbsc:stgscaasacme', | ||
| 'Acme USD', |
Contributor
There was a problem hiding this comment.
Suggested change
| 'Acme USD', | |
| 'Test Acme USD Token', |
Contributor
|
Please fix the above comments by @damodarnaik699 |
Phani024
reviewed
Jun 16, 2026
| ), | ||
| terc20( | ||
| '5add4bd7-9889-4639-b130-083d083ebbe4', | ||
| 'hteth:stgscaasacme', |
Contributor
There was a problem hiding this comment.
Are we naming the symbol as "scaas acme"?
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