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 addedpublic/logos/dune.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/logos/dune.svg

This file was deleted.

30 changes: 30 additions & 0 deletions src/data/provider-registry.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -73,6 +73,36 @@ export const PROVIDER_REGISTRY: Record<string, ProviderRegistryEntry> = {
"Solana RPC and data provider. Enhanced transactions, webhooks, DAS API for assets, and standard JSON-RPC.",
twitter: "@heliuslabs",
},
dune: {
url: "https://dune.com",
description:
"Onchain analytics platform. SQL-queryable indexed data across EVM chains and Solana, public dashboards, plus the Sim onchain-data API for wallet, transaction, and token endpoints.",
twitter: "@DuneAnalytics",
},
"sim-dune": {
url: "https://sim.dune.com",
description:
"Onchain-data REST API by Dune. EVM wallet balances, transactions, token info, holders, collectibles, and DeFi positions across 60+ mainnets.",
twitter: "@DuneAnalytics",
},
coinpaprika: {
url: "https://coinpaprika.com",
description:
"Independent crypto market data API. Token prices, OHLCV, exchange tickers, and contract/platform lookups across 300+ supported chains. Public free tier with no auth.",
twitter: "@coinpaprika",
},
covalent: {
url: "https://goldrush.dev",
description:
"Multichain onchain data API by GoldRush (formerly Covalent). Unified REST endpoints for wallet balances, transactions, NFTs, and pricing across 100+ EVM chains.",
twitter: "@goldrushdev",
},
coinstats: {
url: "https://coinstats.app",
description:
"Portfolio tracker and market data API. REST endpoints for prices, exchanges, NFTs, and wallet balances across 100+ blockchains. Consumer app + paid API tiers.",
twitter: "@CoinStats",
},

// ─── Solana transaction landing services ──────────────────────
jito: {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/logo-manifest.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -120,7 +120,7 @@ const RAW: Record<string, string> = {
birdeye: "/logos/birdeye.png",
bitquery: "/logos/bitquery.png",
coingecko: "/logos/coingecko.webp",
dune: "/logos/dune.svg",
dune: "/logos/dune.png",
"pump-portal": "/logos/pump-portal.svg",
quicknode: "/logos/quicknode.svg",
"the-graph": "/logos/the-graph.svg",
Expand Down
Loading