feat: add geyser auth type, compare listeners for new tokens

This commit is contained in:
smypmsa
2025-05-06 08:39:09 +00:00
parent 9a26aa7532
commit aa145dc018
8 changed files with 674 additions and 13 deletions
+1
View File
@@ -60,6 +60,7 @@ async def start_bot(config_path: str):
# Geyser configuration (if applicable)
geyser_endpoint=cfg.get("geyser", {}).get("endpoint"),
geyser_api_token=cfg.get("geyser", {}).get("api_token"),
geyser_auth_type=cfg.get("geyser", {}).get("auth_type"),
# Priority fee configuration
enable_dynamic_priority_fee=cfg.get("priority_fees", {}).get("enable_dynamic", False),