1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/helpers/utils
Mark Stacey 7226357422
Fix isMainnet propType error (#12951)
A propType error was showing up during e2e tests with a `testDev`
build. It was caused by `process.env.IN_TEST` being treated as a
boolean, when in fact it is either the string `'true'` or a boolean.

`IN_TEST` has been updated to always be a boolean. `loose-envify` has
no trouble injecting boolean values, so there's no reason to treat this
as a string.
2021-12-02 14:46:46 -03:30
..
optimism ci - enforce yarn lock deduplications (#12737) 2021-11-23 09:17:27 -10:00
build-types.js Add platform-specific build type manifest modifications (#12638) 2021-11-10 19:33:59 -03:30
common.util.js
common.util.test.js
confirm-tx.util.js
confirm-tx.util.test.js
conversions.util.js
conversions.util.test.js
fetch-with-cache.js
fetch-with-cache.test.js
formatters.js
hardware.js
i18n-helper.js Fix isMainnet propType error (#12951) 2021-12-02 14:46:46 -03:30
i18n-helper.test.js
icon-factory.js
is-mobile-view.js
metric.test.js Adding the AdvancedGasFeePopover template (#12780) 2021-11-23 23:16:33 +05:30
metrics.js Adding the AdvancedGasFeePopover template (#12780) 2021-11-23 23:16:33 +05:30
storage-helpers.js
switch-direction.js
token-util.js
transactions.util.js
transactions.util.test.js
tx-helper.js
tx-helper.test.js
util.js Revert "Feat/collectibles display (#12873)" (#12934) 2021-12-01 17:46:26 -06:00
util.test.js Adding edit gas fee modal (#12624) 2021-11-18 23:24:58 +05:30
webcam-utils.js