Skip to content

Commit

Permalink
Fix wait confirmations
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <deniallugo@gmail.com>
  • Loading branch information
Deniallugo committed Jul 30, 2024
1 parent ee09b25 commit c30093e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 269 deletions.
1 change: 0 additions & 1 deletion core/tests/ts-integration/deployments-zk/hardhat/.chainId

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion etc/env/base/eth_sender.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# operator_blobs_eth_addr is defined in the `private.toml`

# Amount of confirmations required to consider L1 transaction committed.
wait_confirmations = 1
wait_confirmations = 0
# Amount of blocks we will wait before considering L1 transaction stuck.
expected_wait_time_block = 30
# Node polling period in seconds.
Expand Down
5 changes: 0 additions & 5 deletions zk_toolbox/crates/zk_inception/src/commands/ecosystem/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,6 @@ async fn deploy_ecosystem_inner(
.with_rpc_url(l1_rpc_url.clone())
.with_broadcast();

// if config.l1_network == L1Network::Localhost {
// // It's a kludge for reth, just because it doesn't behave properly with large amount of txs
// forge = forge.with_slow();
// }

forge = fill_forge_private_key(forge, wallets_config.deployer_private_key())?;

let spinner = Spinner::new(MSG_DEPLOYING_ECOSYSTEM_CONTRACTS_SPINNER);
Expand Down

0 comments on commit c30093e

Please sign in to comment.