docs: hyperliquid - clarify walletAddress further ...

This commit is contained in:
Matthias
2025-07-20 08:35:33 +02:00
parent c1ba2936ec
commit 15b1cff9c2

View File

@@ -339,7 +339,7 @@ This needs to be configured like this:
```json ```json
"exchange": { "exchange": {
"name": "hyperliquid", "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", "privateKey": "your_api_private_key",
// ... // ...
} }