Skip to content

Commit

Permalink
increased range to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
nerfZael committed Apr 8, 2024
1 parent 8af02ef commit 3222285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotx/utils/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3222285

Please sign in to comment.