consolidate solana-official + solana-labs into 'solana' provider - #1302
Merged
Conversation
Both slugs pointed at api.mainnet-beta.solana.com and rendered as Solana Labs branding: - solana-official (rpc-capabilities) - solana-labs (ws-head-latency) Neither was a distinct product from the Solana chain brand. Two /products/* pages (solana-official, solana-labs) duplicated content that logically lives on /chains/solana. Consolidation: - Harness config: rename Prom provider label to 'solana' on both harnesses - Spec YAMLs (solana-rpc, ws-head-latency-solana): rename provider slug and all query labels to 'solana' - Registry: delete solana-official entry (redundant with existing 'solana' entry) - PRODUCT_ALIASES: solana-official -> solana + solana-labs -> solana so legacy inbound URLs resolve to canonical - Logo manifest: alias solana-labs to solana (solana-official already aliased) Post-deploy: /products/solana-official and /products/solana-labs will 308-redirect to /products/solana which 308-redirects to /chains/solana (consistent with the arbitrum/base/optimism-official pattern already in place). No 404s on old inbound links. Co-authored-by: Florent Tapponnier <contact@mobula.io>
Flotapponnier
added a commit
that referenced
this pull request
Jul 19, 2026
…') (#1307) Follow-up to #1302 — the slug rename to 'solana' worked but the spec's 'name' field was left as 'Solana Labs' / 'Solana Foundation', so the ledger still displayed the old branding. - solana-rpc.yml: name Solana Labs -> Solana - ws-head-latency-solana.yml: name Solana Foundation -> Solana Site display consolidates with the /chains/solana brand. Co-authored-by: Florent Tapponnier <contact@mobula.io>
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.
Cherry-pick of #1299 to main.
Consolidates 2 duplicate provider slugs (
solana-official,solana-labs) into the canonicalsolanachain brand.providerlabel on rpc-capabilities + ws-head-latencysolana-officialentrysolanafor backward-compat URL resolutionPost-deploy
/products/solana-officialand/products/solana-labs→ 308 →/products/solana→ 308 →/chains/solanaVerified: pnpm typecheck ✅, pnpm validate ✅, go build clean on both harnesses.