From 15b1cff9c23a2937e82bee018e74fcad5b3fd377 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 20 Jul 2025 08:35:33 +0200 Subject: [PATCH] docs: hyperliquid - clarify walletAddress further ... --- docs/exchanges.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/exchanges.md b/docs/exchanges.md index 9f7580efa..361e28212 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -339,7 +339,7 @@ This needs to be configured like this: ```json "exchange": { "name": "hyperliquid", - "walletAddress": "your_eth_wallet_address", + "walletAddress": "your_eth_wallet_address", // This should NOT be your API Wallet Address! "privateKey": "your_api_private_key", // ... }