Add SpaceX (Ondo Tokenized Stock) — SPCXon#1836
Merged
Merged
Conversation
…Solana Co-authored-by: Prithpal Sooriya <prithpal.sooriya@gmail.com>
hurricanenara
approved these changes
Jun 12, 2026
Contributor
Author
|
Validated all tokens, seems correct |
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 the SpaceX (Ondo Tokenized Stock) asset (
SPCXon) to the CAIP-19 contract metadata, including metadata and a vector (SVG) icon, on all chains where Ondo Global Markets currently issues the token.References:
Chains added
Per Ondo Global Markets and CoinGecko's platform data, SPCXon is issued on Ethereum, BNB Chain, and Solana:
eip155:1/erc20:0xc9eef266834730340A55B6CC24621B31BAF55581eip155:56/erc20:0xd0a58BC9D88D3FF48C0294Cb7e45937d0E41A928solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp/token:wzAyQTorWyoVXuJKj2x8EqKEGJpS13z6EWE9z5AondoAddresses and decimals were confirmed against the CoinGecko API. The Solana mint was queried via RPC and is a Token-2022 mint (uses
scaledUiAmount,metadataPointer, etc.), so it is markedspl20: false, consistent with the existing USDG entry on Solana.Icon
Uses the official Ondo SPCXon logo (
https://cdn.ondo.finance/tokens/logos/spcxon_40x40.svg). The SVG is pure vector (paths/rects/clip-paths only — no embedded rasters, filters, CSS, or nested SVGs) and has a solid filled background that fills the artboard, so it renders cleanly in both light and dark mode when cropped to a circle, perSTYLEGUIDE.md.Verification
npm run asset:verifypasses for all three CAIP-19 identifiers.npm testpasses (14081/14081).