https://github.com/sablier-labs/solana-token-list
tokens-solana.sablier.io
https://github.com/sablier-labs/solana-token-list
sablier solana tokenlist
Last synced: 9 months ago
JSON representation
tokens-solana.sablier.io
- Host: GitHub
- URL: https://github.com/sablier-labs/solana-token-list
- Owner: sablier-labs
- License: gpl-3.0
- Created: 2025-03-04T11:15:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-05T14:00:10.000Z (10 months ago)
- Last Synced: 2025-08-29T21:49:50.236Z (9 months ago)
- Topics: sablier, solana, tokenlist
- Language: JavaScript
- Homepage: https://solana-token-list.sablier.io
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sablier Solana Token List
To add your SPL token to the list, submit a request by
[creating a GitHub issue](https://github.com/sablier-labs/solana-token-list/issues/new?assignees=&labels=token+request&template=token-request.md&title=Add+%7BTOKEN_SYMBOL%7D%3A+%7BTOKEN_NAME%7D).
> [!IMPORTANT]
>
> Filing an issue does not guarantee addition to the token list. We do not review token addition requests in any
> particular order, and we do not guarantee that your request will be accepted.
## Hosting
The Sablier Interface pulls the token list from the following URLs:
- [solana-token-list.sablier.com](https://solana-token-list.sablier.com/tokenlist.json) (GitHub Pages)
- [solana-token-list.sablier.io](https://solana-token-list.sablier.io) (an IPFS gateway, used as a fallback)
## Cluster and ChainId
In the EVM space every chain / network will adopt a numeric chainId. SVM on the other hand uses clusters
(`mainnet-beta`, `devnet`, `testnet`) to differentiate between networks. We introduce a pseudo chain identifier to
clusters to extends existing functionality relying on numeric identifiers to SPL tokens.
| Cluster | Pseudo ChainId |
| -------------- | -------------- |
| `mainnet-beta` | `900000010` |
| `devnet` | `900000020` |
| `testnet` | N/A |
## Credits
Credits to Moody Salem and the Uniswap Labs team for creating the [Token Lists](https://github.com/Uniswap/token-lists)
standard.