Skip to content

Commit

Permalink
Latest forge does not support delay > 30
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Sep 27, 2024
1 parent e343b8a commit d126857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_defi/foundry/forge.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def deploy_contract_with_forge(
register_for_tracing=True,
timeout=DEFAULT_TIMEOUT,
wait_for_block_confirmations=0,
verify_delay=60,
verify_delay=20,
verify_retries=9,
) -> Tuple[Contract, HexBytes]:
"""Deploy and verify smart contract with Forge.
Expand Down

0 comments on commit d126857

Please sign in to comment.