|
@@ -54,6 +54,7 @@ class HyperliquidClient:
|
|
|
# Initialize with Hyperliquid-specific CCXT format
|
|
|
ccxt_config = {
|
|
|
'apiKey': self.config.get('apiKey'),
|
|
|
+ 'privateKey': self.config.get('apiKey'), # Same as apiKey for Hyperliquid
|
|
|
'testnet': self.config.get('testnet', False),
|
|
|
'sandbox': self.config.get('sandbox', False),
|
|
|
}
|