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() {