feat: add logsSubscribe

This commit is contained in:
smypmsa
2025-03-18 16:03:46 +00:00
parent 669f8e8807
commit dacb3d377b
11 changed files with 617 additions and 23 deletions
+4
View File
@@ -20,6 +20,10 @@ HARD_CAP_PRIOR_FEE: int = (
)
# Listener configuration
LISTENER_TYPE = "block" # Options: "block" or "logs"
# Retries and timeouts
MAX_RETRIES: int = 10 # Number of retries for transaction sending
# TODO: waiting times will be replaced with retries to shorten delays