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/stakeme.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.chainbench/openchainbench",
"title": "OpenChainBench",
"description": "Live, reproducible crypto infrastructure benchmarks. Query 94 live measurements across RPC latency, bridge fees, L1 finality, oracle accuracy, aggregators, prediction markets, cross-chain messaging. Three tools (list_benchmarks, get_benchmark, query_prom) plus per-bench resources. No API key, CC-BY-4.0 data.",
"version": "1.0.0",
"repository": {
"url": "https://github.com/ChainBench/OpenChainBench",
"source": "github"
},
"websiteUrl": "https://openchainbench.com",
"remotes": [
{
"type": "streamable-http",
"url": "https://openchainbench.com/api/mcp/mcp"
}
]
}
11 changes: 11 additions & 0 deletions src/lib/logo-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,17 @@ const ALIASES: Record<string, string> = {
"ink-official": "gelato",
"ink-quicknode": "quicknode",
"opbnb-official": "opbnb",
// Vague-1 chains added 2026-07-26 (benches 108-111). chain-official
// aliases point to the chain logo (same pattern as ink/kaia/opbnb).
sei: "/logos/sei.svg",
"sei-official": "sei",
mode: "/logos/mode.webp",
"mode-official": "mode",
ronin: "/logos/ronin.svg",
"ronin-official": "ronin",
immutable: "/logos/immutable.svg",
"immutable-official": "immutable",
stakeme: "/logos/stakeme.jpg",
hood: "robinhood",
coin: "coinbase",
"megaeth-official": "megaeth",
Expand Down
Loading