diff --git a/bridge_ui/src/hooks/useTransactionFees.tsx b/bridge_ui/src/hooks/useTransactionFees.tsx index 2707cb8e3..5876a55ce 100644 --- a/bridge_ui/src/hooks/useTransactionFees.tsx +++ b/bridge_ui/src/hooks/useTransactionFees.tsx @@ -287,8 +287,8 @@ function EthGasEstimateSummary({ const terraEstimatesByContract = { transfer: { - lowGasEstimate: BigInt(50000), - highGasEstimate: BigInt(150000), + lowGasEstimate: BigInt(400000), + highGasEstimate: BigInt(700000), }, };