Skip to content

Commit

Permalink
test: increase confirmations only on minting
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Sep 14, 2024
1 parent 8d51c58 commit f576837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk_toolbox/crates/common/src/ethereum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub async fn distribute_eth(
.send_transaction(tx, None)
.await?
// It's safe to set such low number of confirmations and low interval for localhost
.confirmations(3)
.confirmations(1)
.interval(Duration::from_millis(30)),
);
}
Expand Down

0 comments on commit f576837

Please sign in to comment.