Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/logos/leorpc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/provider-logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions src/data/provider-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,17 @@ export const PROVIDER_REGISTRY: Record<string, ProviderRegistryEntry> = {
"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:
Expand Down
2 changes: 2 additions & 0 deletions src/lib/logo-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ const RAW: Record<string, string> = {
nextblock: "/logos/nextblock.png",
astralane: "/logos/astralane.svg",
solanavibestation: "/logos/solanavibestation.png",
leorpc: "/logos/leorpc.png",

// ─── Buyback audit (bench 018) ───
sky: "/logos/sky.svg",
Expand Down Expand Up @@ -365,6 +366,7 @@ const ALIASES: Record<string, string> = {
// Long-tail RPC cluster (055-066).
"sonic-official": "sonic",
"monad-official": "monad",
"solana-official": "solana",
"megaeth-official": "megaeth",
"celo-official": "celo",
"blast-official": "blast",
Expand Down
Loading