This commit is contained in:
aaron 2026-03-22 12:06:23 +08:00
parent 181e9500de
commit a99e10a551

View File

@ -769,8 +769,8 @@
}, },
getHyperbotUrl(address) { getHyperbotUrl(address) {
if (!address) return '#'; if (!address) return '#';
// Hyperliquid Bot 链接格式 // Hyperbot 链接格式
return `https://hyperliquid.bot/hyperbot?address=${address}`; return `https://hyperbot.network/trader/${address}`;
} }
}, },
async mounted() { async mounted() {