From ca642580487f3c1992d324de10526bdcbfe653a5 Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:18:31 +0000 Subject: [PATCH] only 2x --- rust/main/chains/hyperlane-ethereum/src/tx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/main/chains/hyperlane-ethereum/src/tx.rs b/rust/main/chains/hyperlane-ethereum/src/tx.rs index 0a1a829c2a..1a95c5436b 100644 --- a/rust/main/chains/hyperlane-ethereum/src/tx.rs +++ b/rust/main/chains/hyperlane-ethereum/src/tx.rs @@ -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((