bridge_ui: Changed terra est. fees to be more accurate

This commit is contained in:
Kevin Peters 2022-03-10 19:57:10 +00:00 committed by Evan Gray
parent c70637d832
commit d233436168
1 changed files with 2 additions and 2 deletions

View File

@ -287,8 +287,8 @@ function EthGasEstimateSummary({
const terraEstimatesByContract = {
transfer: {
lowGasEstimate: BigInt(50000),
highGasEstimate: BigInt(150000),
lowGasEstimate: BigInt(400000),
highGasEstimate: BigInt(700000),
},
};