From 9360296ef44eafa4c94987a7afd0e88f175f481b Mon Sep 17 00:00:00 2001 From: ramseshk Date: Tue, 4 Aug 2026 09:12:55 +0000 Subject: [PATCH] Add volume requirements to fee tier dropdown labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Each tier now shows the 14-day rolling volume threshold from the official Hyperliquid fee schedule: Tier 0 → Tier 1 >$5M → Tier 2 >$25M → Tier 3 >$100M → Tier 4 >$500M → Tier 5 >$2B → Tier 6 >$7B --- dashboard/static/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboard/static/index.html b/dashboard/static/index.html index 9476c0c..406066f 100644 --- a/dashboard/static/index.html +++ b/dashboard/static/index.html @@ -163,12 +163,12 @@ footer a{color:#3f3f4a;text-decoration:none}footer a:hover{color:var(--tx)}