From a02f63dcc3ca058e50af15c36144c2851d5e2b3a Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 14 Nov 2024 07:06:43 +0100 Subject: [PATCH] chore: add hyperliquid to supported exchange list --- freqtrade/exchange/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/freqtrade/exchange/common.py b/freqtrade/exchange/common.py index cd451062f..4fd9cea63 100644 --- a/freqtrade/exchange/common.py +++ b/freqtrade/exchange/common.py @@ -58,6 +58,7 @@ SUPPORTED_EXCHANGES = [ "bybit", "gate", "htx", + "hyperliquid", "kraken", "okx", ]