mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
docs: hyperliquid - clarify walletAddress further ...
This commit is contained in:
@@ -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",
|
||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user