pull/4211/head
yann300 1 year ago committed by Aniket
parent 93781b736f
commit 266b0a2203
  1. 2
      libs/remix-ui/run-tab/src/lib/components/mainnet.tsx

@ -27,7 +27,7 @@ export function MainnetPrompt(props: MainnetProps) {
const onMaxFeeChange = (value: string) => {
const maxFee = value
if (toBigInt(props.network.lastBlock.baseFeePerGas) > toBigInt(toWei(maxFee, 'Gwei'))) {
setTransactionFee(intl.formatMessage({id: 'udapp.transactionFeeText'}))
setTransactionFee(intl.formatMessage({id: 'udapp.transactionFee'}))
props.updateGasPriceStatus(false)
props.updateConfirmSettings(true)
return

Loading…
Cancel
Save