From e249aaa16bf47711e71bcbef4bc9511af2db55d0 Mon Sep 17 00:00:00 2001 From: tinkle-community Date: Thu, 30 Oct 2025 17:16:03 +0800 Subject: [PATCH] fix:config add hyperliquid_wallet_addr --- config.json.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json.example b/config.json.example index 4df4314e..8f41523e 100644 --- a/config.json.example +++ b/config.json.example @@ -6,6 +6,7 @@ "ai_model": "deepseek", "exchange": "hyperliquid", "hyperliquid_private_key": "your_ethereum_private_key_without_0x_prefix", + "hyperliquid_wallet_addr": "your_ethereum_address", "hyperliquid_testnet": false, "deepseek_key": "your_deepseek_api_key", "initial_balance": 1000,