From 9689cf0ed25d31fe6f41995cbfd86152c1e155f9 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier Date: Sun, 12 Jul 2026 21:39:42 +0200 Subject: [PATCH] solana cohort: solana-official logo alias, leorpc logo + light chip, registry entries --- public/logos/leorpc.png | Bin 0 -> 733 bytes src/components/provider-logo.tsx | 1 + src/data/provider-registry.ts | 11 +++++++++++ src/lib/logo-manifest.ts | 2 ++ 4 files changed, 14 insertions(+) create mode 100644 public/logos/leorpc.png diff --git a/public/logos/leorpc.png b/public/logos/leorpc.png new file mode 100644 index 0000000000000000000000000000000000000000..27485d7613cc0fcb030433e6db8e038b43fbe021 GIT binary patch literal 733 zcmV<30wVp1P)RBqUiZ7W*)oQd;j*{ z-3QAIZ)az|eQ$PVAGC%oz!-23_z3*bu?kdy^FXmh->Db^mVh8-tO2Lm9sD@3ZUtEY zCV^oc6UbX>ST>j16}$}8)aiHNSc2^VV8tRa+71GYdM*8f2Z2{WUG;Jv0(DF8@*n{4P35*c1YTSE zPEP^_mA~>5SXTX@NANOc=b!Qr0GLx*!R#sx!-p)`GXBC!YBBmKFCiv*H z?3VDzwQi)R2O2C270jzW9Ak6E+QdZG-~c0JV|_>MZbr-%kh?&DY^FOYpc`aR^ZX>{ zyx#)8rV(&aLXKYpX~9wG1wJF+c*>cpVhYcIZ}1S|`CUP-RyKAZB{cxP0R0a6@N_(C zH8@Dt+9mWUaaE+E(V@OU^Me{I#NTb>LSwGBftND?7_e^gPiWa P00000NkvXXu0mjfnR-C8 literal 0 HcmV?d00001 diff --git a/src/components/provider-logo.tsx b/src/components/provider-logo.tsx index 62d4b0f4..db7f1af0 100644 --- a/src/components/provider-logo.tsx +++ b/src/components/provider-logo.tsx @@ -80,6 +80,7 @@ export function ProviderLogo({ // hairline shadow so they pop on both light and dark page backgrounds. const NEEDS_LIGHT_CHIP = new Set([ "aptos", + "leorpc", "blinklabs", "mobula", "lighter", diff --git a/src/data/provider-registry.ts b/src/data/provider-registry.ts index 8b89ddbc..a10cc7c8 100644 --- a/src/data/provider-registry.ts +++ b/src/data/provider-registry.ts @@ -214,6 +214,17 @@ export const PROVIDER_REGISTRY: Record = { "Solana transaction landing service by Temporal Labs. Direct-to-leader submission from 9 colocated regions, tip paid only on successful landing.", twitter: "@temporal_xyz", }, + "solana-official": { + url: "https://solana.com", + description: + "api.mainnet-beta.solana.com is the chain-official public RPC operated by Solana Labs, the endpoint every tutorial and SDK defaults to, documented at roughly 100 requests per 10 seconds per IP.", + twitter: "@solana", + }, + leorpc: { + url: "https://leorpc.com", + description: + "LeoRPC is a community Solana RPC operation exposing a publicly documented FREE tier through a query key, one of the few remaining keyless ways to read Solana mainnet.", + }, bloxroute: { url: "https://bloxroute.com", description: diff --git a/src/lib/logo-manifest.ts b/src/lib/logo-manifest.ts index 3df2764e..0b15d77e 100644 --- a/src/lib/logo-manifest.ts +++ b/src/lib/logo-manifest.ts @@ -164,6 +164,7 @@ const RAW: Record = { nextblock: "/logos/nextblock.png", astralane: "/logos/astralane.svg", solanavibestation: "/logos/solanavibestation.png", + leorpc: "/logos/leorpc.png", // ─── Buyback audit (bench 018) ─── sky: "/logos/sky.svg", @@ -365,6 +366,7 @@ const ALIASES: Record = { // Long-tail RPC cluster (055-066). "sonic-official": "sonic", "monad-official": "monad", + "solana-official": "solana", "megaeth-official": "megaeth", "celo-official": "celo", "blast-official": "blast",