Add Sentrix mainnet (7119) to chainIds slug map#2714
Open
satyakwok wants to merge 1 commit intoDefiLlama:mainfrom
Open
Add Sentrix mainnet (7119) to chainIds slug map#2714satyakwok wants to merge 1 commit intoDefiLlama:mainfrom
satyakwok wants to merge 1 commit intoDefiLlama:mainfrom
Conversation
Sentrix Chain entries already merged via DefiLlama#2707 into constants/additionalChainRegistry/. Adding the chainSlug entry here so the chain card resolves the icon CDN URL (icons.llamao.fi/icons/chains/rsz_sentrix.jpg) instead of falling back to /unknown-logo.png. Companion icon PR will be opened against DefiLlama/icons:v2 to provide the asset itself.
Contributor
Author
|
Companion icon PR opened: DefiLlama/icons#2374 (against |
Contributor
Author
|
Gentle nudge whenever you have a moment, @Define101 — single-line addition to |
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.
Adds the chainSlug entry for Sentrix Chain mainnet (chain ID 7119) so the chain card on chainlist.org resolves the icon CDN URL (
icons.llamao.fi/icons/chains/rsz_sentrix.jpg) instead of falling back to/unknown-logo.png.Context:
chainid-7119.js,chainid-7120.js) were merged via Add Sentrix Chain (mainnet 7119, testnet 7120) #2707.constants/chainIds.js,populateChain()leaveschainSlugundefined andcomponents/chain/index.jsfalls back to the diamond placeholder.Companion PR:
v2) — addingassets/chains/rsz_sentrix.pngso the CDN actually serves a thumbnail. Linked in the comments below once opened.Verification (post-merge expected):
https://icons.llamao.fi/icons/chains/rsz_sentrix.jpgshould return 200 image/webpSingle-line addition, sorted between
7070(planq) and7171(bitrock).