1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
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
..
account-import-strategies
constants
controllers Fix isMainnet propType error (#12951) 2021-12-02 14:46:46 -03:30
lib Revert "Feat/collectibles display (#12873)" (#12934) 2021-12-01 17:46:26 -06:00
migrations Revert "Feat/collectibles display (#12873)" (#12934) 2021-12-01 17:46:26 -06:00
platforms Introduce QR based signer into MetaMask (#12065) 2021-11-23 13:58:39 -03:30
background.js Fix isMainnet propType error (#12951) 2021-12-02 14:46:46 -03:30
contentscript.js
disable-console.js
first-time-state.js Ensure one and only one localhost option appears in network list (#12786) 2021-11-22 12:54:42 -03:30
inpage.js
lockdown-more.js Update build system lockdown parameter (#12556) 2021-11-01 22:13:22 -10:00
lockdown-run.js
metamask-controller.js Revert "Feat/collectibles display (#12873)" (#12934) 2021-12-01 17:46:26 -06:00
metamask-controller.test.js Add support for eip-1559 on Trezor (#12627) 2021-11-30 10:58:28 -03:30
phishing-detect.js
sentry-install.js
ui.js