From a99e10a55146387996379efae770c521f4ea94f1 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sun, 22 Mar 2026 12:06:23 +0800 Subject: [PATCH] update --- frontend/hyperliquid.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/hyperliquid.html b/frontend/hyperliquid.html index d267db3..3550e50 100644 --- a/frontend/hyperliquid.html +++ b/frontend/hyperliquid.html @@ -769,8 +769,8 @@ }, getHyperbotUrl(address) { if (!address) return '#'; - // Hyperliquid Bot 链接格式 - return `https://hyperliquid.bot/hyperbot?address=${address}`; + // Hyperbot 链接格式 + return `https://hyperbot.network/trader/${address}`; } }, async mounted() {