|
|
@ -262,7 +262,7 @@ EditGasDisplay.propTypes = { |
|
|
|
maxFeePerGasFiat: PropTypes.string, |
|
|
|
maxFeePerGasFiat: PropTypes.string, |
|
|
|
estimatedMaximumNative: PropTypes.string, |
|
|
|
estimatedMaximumNative: PropTypes.string, |
|
|
|
estimatedMinimumNative: PropTypes.string, |
|
|
|
estimatedMinimumNative: PropTypes.string, |
|
|
|
isGasEstimatesLoading: PropTypes.boolean, |
|
|
|
isGasEstimatesLoading: PropTypes.bool, |
|
|
|
gasFeeEstimates: PropTypes.object, |
|
|
|
gasFeeEstimates: PropTypes.object, |
|
|
|
gasEstimateType: PropTypes.string, |
|
|
|
gasEstimateType: PropTypes.string, |
|
|
|
gasPrice: PropTypes.string, |
|
|
|
gasPrice: PropTypes.string, |
|
|
@ -273,7 +273,7 @@ EditGasDisplay.propTypes = { |
|
|
|
setEstimateToUse: PropTypes.func, |
|
|
|
setEstimateToUse: PropTypes.func, |
|
|
|
estimatedMinimumFiat: PropTypes.string, |
|
|
|
estimatedMinimumFiat: PropTypes.string, |
|
|
|
estimatedMaximumFiat: PropTypes.string, |
|
|
|
estimatedMaximumFiat: PropTypes.string, |
|
|
|
dappSuggestedGasFeeAcknowledged: PropTypes.boolean, |
|
|
|
dappSuggestedGasFeeAcknowledged: PropTypes.bool, |
|
|
|
setDappSuggestedGasFeeAcknowledged: PropTypes.func, |
|
|
|
setDappSuggestedGasFeeAcknowledged: PropTypes.func, |
|
|
|
showAdvancedForm: PropTypes.bool, |
|
|
|
showAdvancedForm: PropTypes.bool, |
|
|
|
setShowAdvancedForm: PropTypes.func, |
|
|
|
setShowAdvancedForm: PropTypes.func, |
|
|
|