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
1 change: 1 addition & 0 deletions public/logos/markets-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/slash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/topdog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/provider-logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 15 additions & 0 deletions src/data/provider-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,21 @@
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:
Expand Down Expand Up @@ -1043,7 +1058,7 @@
"Owly.fi is a non custodial AI powered copy trading and asset management terminal on Hyperliquid, executing perp orders via a registered builder code.",
twitter: "@owlyfi",
},
topdog: {

Check failure on line 1061 in src/data/provider-registry.ts

View workflow job for this annotation

GitHub Actions / check

An object literal cannot have multiple properties with the same name.
url: "https://topdog.gg",
description:
"TopDog is a Discord signal bot delivering real time trade alerts from top performing Hyperliquid wallets, with execution routed via a registered builder code.",
Expand Down
3 changes: 3 additions & 0 deletions src/lib/logo-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ const RAW: Record<string, string> = {
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",
Expand Down
Loading