diff --git a/public/logos/48club.png b/public/logos/48club.png new file mode 100644 index 00000000..65085328 Binary files /dev/null and b/public/logos/48club.png differ diff --git a/public/logos/blocksec.jpg b/public/logos/blocksec.jpg new file mode 100644 index 00000000..4b10be5e Binary files /dev/null and b/public/logos/blocksec.jpg differ diff --git a/public/logos/pancakeswap.png b/public/logos/pancakeswap.png new file mode 100644 index 00000000..85ff43c6 Binary files /dev/null and b/public/logos/pancakeswap.png differ diff --git a/src/components/provider-logo.tsx b/src/components/provider-logo.tsx index 3cccca45..62d4b0f4 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", + "blinklabs", "mobula", "lighter", "stellar", diff --git a/src/data/provider-registry.ts b/src/data/provider-registry.ts index f72751eb..a5651d78 100644 --- a/src/data/provider-registry.ts +++ b/src/data/provider-registry.ts @@ -1244,6 +1244,29 @@ export const PROVIDER_REGISTRY: Record = { // Identified by matching each builder address's HL referral code to a // public brand. Provenance lives in /opt/hl-bench/builders.json notes // on the HL node. + bloxroute: { + url: "https://bloxroute.com", + description: + "bloXroute Labs runs a low-latency blockchain distribution network for traders and validators. Its free Protect RPC routes Ethereum and BSC transactions away from the public mempool, and its Solana relay competes on transaction landing.", + twitter: "@bloXrouteLabs", + }, + blocksec: { + url: "https://blocksec.com", + description: + "BlockSec is a blockchain security company behind the Phalcon toolchain, audits and attack monitoring. Its Anti-MEV RPC applies private transaction routing to shield Ethereum and BSC users from sandwich attacks.", + twitter: "@BlockSecTeam", + }, + "48club": { + url: "https://48.club", + description: + "48 Club is a BNB Chain validator collective behind the KOGE token. Its Privacy RPC, successor of Puissant, routes BSC transactions privately through its own validators to prevent frontrunning.", + }, + pancakeswap: { + url: "https://pancakeswap.finance", + description: + "PancakeSwap is the largest DEX on BNB Chain. MEV Guard is its user-facing protected RPC, powered by 48 Club infrastructure and shipped as the default anti-sandwich endpoint for PancakeSwap traders.", + twitter: "@PancakeSwap", + }, "defi-saver": { url: "https://defisaver.com", description: diff --git a/src/lib/logo-manifest.ts b/src/lib/logo-manifest.ts index 0d6cbd60..3df2764e 100644 --- a/src/lib/logo-manifest.ts +++ b/src/lib/logo-manifest.ts @@ -309,6 +309,9 @@ const RAW: Record = { "nautilus-trader": "/logos/nautilus-trader.png", blink: "/logos/blink.png", blinklabs: "/logos/blinklabs.svg", + blocksec: "/logos/blocksec.jpg", + "48club": "/logos/48club.png", + pancakeswap: "/logos/pancakeswap.png", mevblocker: "/logos/mevblocker.svg", // ─── Hyperliquid frontends registry expansion (60 → 66, 2026-06-28) ───