fix(statics): update gospcx contract addresses#9329
Merged
Conversation
Contributor
Override GOSPCX token definitions with redeployed mints: - sol:gospcx -> 7UJQ8jX4awxTuceDqfqZ2MYWGTu9jU2uh6MbLBXgkLDT - tsol:gospcx -> E8Z8jW31ajxxE1F4QW1Rh7aCnYqauvqCvXTRRBwhR4uY - tsol:stggospcx -> CKn9Tx1BjUozxmwZMBjeu9ZGSzehacCnCj3GyJmZJT1u - decimals 6 -> 9 (on-chain and OFC variants) Ticket: SCAAS-10542 BREAKING CHANGE: GOSPCX token definitions have been updated with redeployed mints and decimal precision changed from 6 to 9. Applications using GOSPCX tokens must update their token configuration and adjust decimal handling accordingly.
sachushaji
force-pushed
the
feat/SCAAS-10542-override-gospcx
branch
from
July 22, 2026 17:26
3bf0277 to
16df7ff
Compare
sachushaji
marked this pull request as ready for review
July 22, 2026 17:30
There was a problem hiding this comment.
Pull request overview
Updates BitGoJS statics for the GOSPCX Solana token set to reflect redeployed mints and updated on-chain precision, ensuring both on-chain (SOL/TSOL) token definitions and their OFC counterparts stay consistent.
Changes:
- Updated
sol:gospcx,tsol:gospcx, andtsol:stggospcxmint addresses in Solana token definitions. - Updated decimal places from 6 to 9 for the above Solana tokens.
- Updated decimal places from 6 to 9 for the corresponding OFC coin entries to maintain parity with the base tokens.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| modules/statics/src/coins/solTokens.ts | Updates GOSPCX-related Solana token mint addresses and decimal places to match redeployed Token-2022 mints. |
| modules/statics/src/coins/ofcCoins.ts | Aligns OFC coin decimal places with updated SOL/TSOL GOSPCX token definitions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nayandas190
approved these changes
Jul 22, 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.
Override GOSPCX token definitions with redeployed mints:
Ticket: SCAAS-10542