1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/ui/hooks/gasFeeInput
Mark Stacey b75ef5f0eb
Remove redundant EIP_1559_V2_ENABLED comparison (#12954)
A redundant comparison for the `EIP_1559_V2_ENABLED` variable has been
removed. This variable is a boolean, so it can be treated as a boolean
directly in most cases.

One such comparison has been preserved for the purpose of allowing unit
testing, because `process.env` entries are always strings in Node.js. A
comment was added to explain this.
2021-12-06 11:23:02 -03:30
..
test-utils.js Refactoring useGasFeeInputs hook (#12327) 2021-10-22 22:44:28 +05:30
useGasEstimates.js Refactoring useGasFeeInputs hook (#12327) 2021-10-22 22:44:28 +05:30
useGasEstimates.test.js Refactoring useGasFeeInputs hook (#12327) 2021-10-22 22:44:28 +05:30
useGasFeeErrors.js Confirm transaction page - onchain failure handling (#12743) 2021-11-24 22:32:53 +05:30
useGasFeeErrors.test.js Confirm transaction page - onchain failure handling (#12743) 2021-11-24 22:32:53 +05:30
useGasFeeInputs.js Remove redundant EIP_1559_V2_ENABLED comparison (#12954) 2021-12-06 11:23:02 -03:30
useGasFeeInputs.test.js Legacy transactions to use old transaction flow (#12782) 2021-11-29 21:38:24 +05:30
useGasPriceInput.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00
useGasPriceInput.test.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00
useMaxFeePerGasInput.js Adding gas limit section on advance gas fee modal (#12865) 2021-12-03 21:29:48 +05:30
useMaxFeePerGasInput.test.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00
useMaxPriorityFeePerGasInput.js Adding gas limit section on advance gas fee modal (#12865) 2021-12-03 21:29:48 +05:30
useMaxPriorityFeePerGasInput.test.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00
useTransactionFunctions.js Adding gas limit section on advance gas fee modal (#12865) 2021-12-03 21:29:48 +05:30
utils.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00