mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Separate out non blocking gas errors (#11783)
This commit is contained in:
parent
f9378b3aa2
commit
804fefcd36
@ -704,7 +704,7 @@
|
||||
"message": "Unknown processing time"
|
||||
},
|
||||
"editGasTooLowTooltip": {
|
||||
"message": "Your max fee is low for current market conditions. We don’t know when (or if) your transaction will be processed."
|
||||
"message": "Your max fee or max priority fee may be low for current market conditions. We don't know when (or if) your transaction will be processed. "
|
||||
},
|
||||
"editGasTotalBannerSubtitle": {
|
||||
"message": "Up to $1 ($2)",
|
||||
|
@ -467,7 +467,7 @@ export function useGasFeeInputs(
|
||||
gasFeeEstimates?.low?.suggestedMaxFeePerGas,
|
||||
)
|
||||
) {
|
||||
gasErrors.maxFee = GAS_FORM_ERRORS.MAX_FEE_TOO_LOW;
|
||||
gasWarnings.maxFee = GAS_FORM_ERRORS.MAX_FEE_TOO_LOW;
|
||||
} else if (
|
||||
gasFeeEstimates?.high &&
|
||||
bnGreaterThan(
|
||||
|
Loading…
Reference in New Issue
Block a user