Skip to content

Commit

Permalink
The 15 seconds delay is too little for SDFGAD Alchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jul 25, 2024
1 parent 7b29563 commit 925c739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_defi/confirmation.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def wait_and_broadcast_multiple_nodes(
node_switch_timeout=datetime.timedelta(minutes=3),
check_nonce_validity=True,
mine_blocks=False,
inter_node_delay=datetime.timedelta(seconds=15),
inter_node_delay=datetime.timedelta(seconds=60),
) -> Dict[HexBytes, dict]:
"""Try to broadcast transactions through multiple nodes.
Expand Down

0 comments on commit 925c739

Please sign in to comment.