Skip to content

Commit

Permalink
Set custom gas limit
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <[email protected]>
  • Loading branch information
Deniallugo committed Nov 16, 2024
1 parent c4ceed0 commit b92fede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkstack_cli/crates/common/src/ethereum/chain_registrar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ pub async fn propose_registration(
gas_price_multiplier_nominator as u128,
gas_price_multiplier_denominator as u128,
)
.gas(5_000_000)
.send()
.await?
.confirmations(1)
.await?;
logger::info(format!(
"Chain was proposed with chain id {} and author {:?}",
Expand Down

0 comments on commit b92fede

Please sign in to comment.