diff --git a/public/logos/markets-mobile.svg b/public/logos/markets-mobile.svg new file mode 100644 index 00000000..05a28b14 --- /dev/null +++ b/public/logos/markets-mobile.svg @@ -0,0 +1 @@ + diff --git a/public/logos/slash.png b/public/logos/slash.png new file mode 100644 index 00000000..d002b793 Binary files /dev/null and b/public/logos/slash.png differ diff --git a/public/logos/topdog.jpg b/public/logos/topdog.jpg new file mode 100644 index 00000000..ea41a198 Binary files /dev/null and b/public/logos/topdog.jpg differ diff --git a/src/components/provider-logo.tsx b/src/components/provider-logo.tsx index 8f52e362..4125ae79 100644 --- a/src/components/provider-logo.tsx +++ b/src/components/provider-logo.tsx @@ -80,6 +80,8 @@ export function ProviderLogo({ // hairline shadow so they pop on both light and dark page backgrounds. const NEEDS_LIGHT_CHIP = new Set([ "aptos", + "slash", + "markets-mobile", "aapl", "pltr", "leorpc", diff --git a/src/data/provider-registry.ts b/src/data/provider-registry.ts index fbffb0af..1253bfc9 100644 --- a/src/data/provider-registry.ts +++ b/src/data/provider-registry.ts @@ -305,6 +305,21 @@ export const PROVIDER_REGISTRY: Record = { description: "Pyth Network's USDY/USD market composite aggregates USDY trading into one feed. Measured against Pyth's own USDY redemption rate feed on the NAV basis benchmark.", }, + slash: { + url: "https://slash.trade", + description: + "Slash is a Telegram trading bot for Hyperliquid perps, routing user orders via its builder code and collecting builder fees. Tracked live on the Hyperliquid frontends leaderboard.", + }, + topdog: { + url: "https://t.me/topdog_trade_bot", + description: + "TopDog is a Telegram-native social trading bot on Hyperliquid, tagline 'Never Trade Alone', built around copying and coordinating around active traders. Routes orders via its builder code.", + }, + "markets-mobile": { + url: "https://markets.xyz", + description: + "Markets by Kinetiq is a mobile-first Hyperliquid frontend focused on clean UX for perp trading on iOS and Android. Routes flow through its builder code and appears on the Hyperliquid frontends leaderboard.", + }, bloxroute: { url: "https://bloxroute.com", description: diff --git a/src/lib/logo-manifest.ts b/src/lib/logo-manifest.ts index a4f1ac4d..a10bf67c 100644 --- a/src/lib/logo-manifest.ts +++ b/src/lib/logo-manifest.ts @@ -262,6 +262,9 @@ const RAW: Record = { coinpilot: "/logos/coinpilot.png", echosync: "/logos/echosync.png", fomo: "/logos/fomo.png", + slash: "/logos/slash.png", + topdog: "/logos/topdog.jpg", + "markets-mobile": "/logos/markets-mobile.svg", dextrabot: "/logos/dextrabot.png", kinto: "/logos/kinto.jpg", hypersignals: "/logos/hypersignals.png",