Эх сурвалжийг харах

Update Hyperliquid Account Analyzer with new trader addresses for enhanced analysis capabilities

Carles Sentis 4 өдөр өмнө
parent
commit
2b1e16cbd6

+ 1 - 1
trading_bot.py

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

+ 6 - 2
utils/hyperliquid_account_analyzer.py

@@ -1040,13 +1040,17 @@ async def main():
         "0x101a2d2afc2f9b0b217637f53e3a3e859104a33d",
         "0x836f01e63bd0fcbe673dcd905f882a5a808dd36e",
         "0xae42743b5d6a3594b7f95b5cebce64cfedc69318",
-        "0x74dcdc6df25bd7ba70336632ecd76a053d0f8dd4",
         "0x944fdea9d4956ce673c7545862cefccad6ee1b04",
         "0x2a93e999816c9826ade0b51aaa2d83240d8f4596",
         "0x7d3ca5fa94383b22ee49fc14e89aa417f65b4d92",
         "0xfacb7404c1fad06444bda161d1304e4b7aa14e77",
         "0x654d8c01f308d670d6bed13d892ee7ee285028a6",
-        "0xeaa400abec7c62d315fd760cbba817fa35e4e0e8"
+        "0xbbf3fc6f14e70eb451d1ecd2c20227702fc435c6",
+        "0x41dd4becd2930c37e8c05bac4e82459489d47e32",
+        "0xe97b3608b2c527b92400099b144b8868e8e02b14",
+        "0x9d8769bf821cec63f5e5436ef194002377d917f1",
+        "0x258855d09cf445835769f21370230652c4294a92",
+        "0x69e07d092e3b4bd5bbc02aed7491916269426ad1"
     ]
     
     async with HyperliquidAccountAnalyzer() as analyzer: