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 f465089c2a
Make environment variables higher precedence than config (#15858)
Environment variables are now considered as higher-precedence than
configuration by our build system. This means that if the same value is
set in `.metamaskrc` and in an environment variable, the environment
variable is what will be used. Previously the reverse was true, the
configuration would take precedence.

It is conventional for CLI tools to consider environment variables as
higher precedence than configuration. This makes our build system less
surprising for most people.
2022-09-16 14:28:43 -02:30
..
account-import-strategies
constants Adding Sepolia as a default test network (#15787) 2022-09-14 13:26:45 -05:00
controllers Add initial provider API tests for Infura client (#15556) 2022-09-16 10:48:33 -02:30
lib Make environment variables higher precedence than config (#15858) 2022-09-16 14:28:43 -02:30
migrations migrate network constants to typescript (#15610) 2022-09-14 09:55:31 -05:00
platforms
app-init.js Fix #14846 - Inject provider for MV3 via app-init (#15448) 2022-08-15 11:26:13 -05:00
background.js Replace lavamoat-runtime.js patch (#15682) 2022-08-24 09:50:45 -02:30
contentscript.js MV3: contentscript.js - re-activate streams when Service Worker terminates and then resets (#15494) 2022-09-13 14:20:08 -07:00
detect-multiple-instances.js
detect-multiple-instances.test.js
disable-console.js
first-time-state.js
init-globals.js
inpage.js MV3: contentscript.js - re-activate streams when Service Worker terminates and then resets (#15494) 2022-09-13 14:20:08 -07:00
lockdown-more.js
lockdown-run.js
metamask-controller.actions.test.js Make updateTransactionSendFlowHistory background method idempotent (#15585) 2022-09-06 14:39:12 +05:30
metamask-controller.js migrate network constants to typescript (#15610) 2022-09-14 09:55:31 -05:00
metamask-controller.test.js migrate network constants to typescript (#15610) 2022-09-14 09:55:31 -05:00
sentry-install.js Replace lavamoat-runtime.js patch (#15682) 2022-08-24 09:50:45 -02:30
ui.js MV3: add retry logic to actions (#15337) 2022-09-05 20:25:34 +05:30