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
187 changes: 187 additions & 0 deletions public/logos/gmgn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/data/provider-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ export const PROVIDER_REGISTRY: Record<string, ProviderRegistryEntry> = {
"DEX data terminal by CoinGecko covering 200+ chains. REST API for pools, tokens, trades, and OHLCV.",
twitter: "@GeckoTerminal",
},
gmgn: {
url: "https://gmgn.ai",
description:
"Solana memecoin trading terminal. WebSocket chain_stat feed for per-pair routing events on tracked Solana pools (slot, price, holder activity) used by GMGN's own trading UI.",
twitter: "@gmgnai",
},
jupiter: {
url: "https://jup.ag",
description:
Expand Down
1 change: 1 addition & 0 deletions src/lib/logo-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const RAW: Record<string, string> = {
relay: "/logos/relay.svg",
lifi: "/logos/lifi.png",
geckoterminal: "/logos/geckoterminal.png",
gmgn: "/logos/gmgn.svg",
gains: "/logos/gains.png",
blockscout: "/logos/blockscout.svg",
gmx: "/logos/gmx.svg",
Expand Down
Loading