Răsfoiți Sursa

Add additional trader addresses to Hyperliquid Account Analyzer for enhanced analysis

- Included multiple new trader addresses to expand the analysis capabilities of the Hyperliquid Account Analyzer.
- This update aims to improve the breadth of account evaluations and insights provided to users.
Carles Sentis 4 zile în urmă
părinte
comite
cea2abe642
2 a modificat fișierele cu 10 adăugiri și 2 ștergeri
  1. 1 1
      trading_bot.py
  2. 9 1
      utils/hyperliquid_account_analyzer.py

+ 1 - 1
trading_bot.py

@@ -14,7 +14,7 @@ from datetime import datetime
 from pathlib import Path
 
 # Bot version
-BOT_VERSION = "3.0.345"
+BOT_VERSION = "3.0.346"
 
 # Add src directory to Python path
 sys.path.insert(0, str(Path(__file__).parent / "src"))

+ 9 - 1
utils/hyperliquid_account_analyzer.py

@@ -1425,7 +1425,15 @@ async def main():
         "0xa3f27ae63b409f1e06be5665eba1f4002a71f54e",
         "0xc9daf6f40aff9698784b77aa186cb0095cec8e65",
         "0xb90e0421cb5d2ce8f015b57cd37b6cf6eaba8359",
-        "0x1cb007b5e23a10e4658a8e8affe7a060c3a697f6"
+        "0x1cb007b5e23a10e4658a8e8affe7a060c3a697f6",
+        "0xd07c845339b07d98c62f4c6b898a54b0c1baa992",
+        "0x86ad0b0c52311abab81128ac11ba70680e5721a1",
+        "0xb663c9b86cad9940a7ecc0d589eefa35fa1e1da0",
+        "0x7f310c961b2c695a418de85ee5b18da2d96493eb",
+        "0xe392e9008c49e7f82e7927a741fcb12799ebdb2b",
+        "0xc34f5999935acf513eef47ff6d21c3c9884927e0",
+        "0x0007448f4ba168e24c35f835eefa1a76587d691d",
+        "0xf569e5fea87cb45da33ab8246080c73c50ccd950"
     ]
     
     async with HyperliquidAccountAnalyzer() as analyzer: