Add Ruby Chain Testnet slug for icon (chainId 1810)#2702
Open
ElektrumSAS wants to merge 2 commits into
Open
Conversation
OP Stack L2 testnet on Ethereum Sepolia. Native gas token RUBY (Custom Gas Token mode). Operated by Elektrum SAS.
Maps chainId 1810 to slug 'ruby' so chainlist.org resolves the icon via DefiLlama's CDN at https://icons.llamao.fi/icons/chains/rsz_ruby.jpg Without this, the chain shows the default placeholder. Same pattern as cube (1818), soneium (1868), swellchain (1923).
Define101
reviewed
May 22, 2026
| @@ -125,6 +125,7 @@ export default { | |||
| "1559": "tenet", | |||
| "1625": "gravity", | |||
| "1729": "reya network", | |||
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.
Maps chainId 1810 (Ruby Chain Testnet) to slug
rubyso chainlist.org resolves the icon via DefiLlama's CDN athttps://icons.llamao.fi/icons/chains/rsz_ruby.jpg.Context
Ruby Chain Testnet was added in #2697 (already merged). It now appears in the listing but without an icon because
constants/chainIds.jsdoesn't have an entry for 1810.This PR adds the slug mapping. Same pattern as cube (1818), soneium (1868), swellchain (1923).
About Ruby Chain
OP Stack L2 testnet on Ethereum Sepolia. Native gas token RUBY (Custom Gas Token mode). Operated by Elektrum SAS — https://elektrum.io.
Already merged in ethereum-lists/chains#8267.
Note about the icon CDN
The icon at
icons.llamao.fi/icons/chains/rsz_ruby.jpgwill return 404 until DefiLlama's icon pipeline picks it up. If a separate process/repo is needed to upload the icon to that CDN, please advise — happy to submit there too.