Skip to content

Commit

Permalink
only 2x
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Dec 12, 2024
1 parent 46c5f92 commit ca64258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/main/chains/hyperlane-ethereum/src/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ where
let mut gas_price_multiplier: u32 = 1;
// `treasure` chain gas estimation underestimates the actual gas price, so we add a multiplier to it
if domain.id() == 61166 {
gas_price_multiplier = 4;
gas_price_multiplier = 2;
}

Ok((
Expand Down

0 comments on commit ca64258

Please sign in to comment.