From 32222859ca225c664d9a4fc273f53a985894c53a Mon Sep 17 00:00:00 2001 From: nerfZael Date: Mon, 8 Apr 2024 15:20:36 +0200 Subject: [PATCH] increased range to 16 --- autotx/utils/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotx/utils/configuration.py b/autotx/utils/configuration.py index 25578648..81d668c1 100644 --- a/autotx/utils/configuration.py +++ b/autotx/utils/configuration.py @@ -14,7 +14,7 @@ def get_configuration(): w3 = Web3(HTTPProvider(FORK_RPC_URL)) - for i in range(10): + for i in range(16): if w3.is_connected(): break if i == 15: