feat: add Stellar pubnet token metadata and icons#1834
Merged
Conversation
blurpesec
approved these changes
Jun 5, 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.
Adding Stellar Pubnet Token List icons and metadata
Token List: https://raw.githubusercontent.com/MetaMask/snap-stellar-wallet/main/tokenlists/unified-pubnet.json
Block Explorer: https://stellar.expert/explorer/public
Network:
stellar:pubnet(Stellar public network)Adds 33 curated Stellar assets (24 classic
asset:+ 9 Sorobansep41:). Native XLM (slip44:148) is not included.Also updates
cli-update-asset.jsCAIP-19 regex to support Stellar classic asset IDs with hyphens (e.g.asset:USDC-GA5ZSE...).Added Tokens
Classic assets (asset:CODE-ISSUER)
Soroban assets (sep41:CONTRACT)
Note
Low Risk
Mostly static metadata and assets plus a targeted regex change with new unit tests; no runtime auth or payment logic.
Overview
Adds Stellar pubnet coverage to the asset catalog: 33 new CAIP-19 entries under
metadata/stellar:pubnet/(classicasset:CODE-ISSUERand Sorobansep41:CONTRACT), each with name, symbol, decimals, and logo paths, plus matching icons undericons/stellar:pubnet/.cli-update-asset.jswidens the CAIP-19 Zod regex so asset references can include hyphens (and related characters) and longer references—needed for Stellar classic IDs likeasset:USDC-GA5ZSE....test/cli-update-asset.jsaddsparseCAIP19cases for hyphenated classic assets andsep41contract IDs.Reviewed by Cursor Bugbot for commit 13445fa. Bugbot is set up for automated code reviews on this repo. Configure here.