feat(statics): add statics for 7 stock token equities - #9418
Merged
Conversation
Contributor
noel-bitgo
marked this pull request as ready for review
August 5, 2026 15:31
benkelcher-bitgo
previously approved these changes
Aug 5, 2026
noel-bitgo
force-pushed
the
STONKS-15
branch
2 times, most recently
from
August 5, 2026 19:02
4037a6b to
8d41cac
Compare
goamzn, gobtgo, gogoogl, gometa, gomsft, gonvda, gotsla STONKS-15 TICKET: STONKS-15
benkelcher-bitgo
approved these changes
Aug 5, 2026
davidkaplanbitgo
approved these changes
Aug 6, 2026
Phani024
reviewed
Aug 7, 2026
Phani024
left a comment
Contributor
There was a problem hiding this comment.
Just to confirm - we are onboarding these tokens without an address now, and we'll update them after we finalize the contract?
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 statics definitions for 7 stock token equities following the goSPCX precedent:
Changes
Per equity (× 7):
src/base.ts: 3UnderlyingAssetenum entries (prod/test/staging)src/coins/solTokens.ts: 3 SPL token definitions (solToken/tsolToken) withSTABLECOIN | TOKENIZED_EQUITY | BITGO_TOKENIZED_EQUITYfeatures +Token2022ProgramIdsrc/coins/ofcCoins.ts: 3 OFC mirrors (ofcsolToken/tofcsolToken)test/unit/base.ts: 6 feature-assertion testsTotal: 21 enum entries, 21 SPL tokens, 21 OFC tokens, 42 tests
TODO Before Merge
TODO_*_MINTplaceholder addresses with real Solana Token-2022 mint addresses (prod/test/staging per equity)Naming Pattern
sol:goXtsol:goXtsol:stggoXofcsol:goXofctsol:goXofctsol:stggoXTesting
tsc --noEmit✅ passesmocha test/unit/base.ts✅ 33,766 tests passDependencies