1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 20:02:58 +01:00
metamask-extension/test
Mark Stacey d1cea85f33
Rename provider to providerConfig (#18907)
* Rename `provider` to `providerConfig`

The network controller `provider` state has been renamed to
 `providerConfig`. This better reflects what this state is, and makes
this controller more closely aligned with the core network controller.

All references to the provider configuration have been updated to
prefer `providerConfig` over `provider`, to make the distinction clear
between a provider and provider config.

Closes #18902

* Add migration
2023-05-02 13:23:20 -02:30
..
data Rename provider to providerConfig (#18907) 2023-05-02 13:23:20 -02:30
e2e Rename provider to providerConfig (#18907) 2023-05-02 13:23:20 -02:30
helpers devDeps: eslint@8.14.0,8.20.0->8.36.0 (#18748) 2023-04-28 07:45:15 +09:00
jest Rename provider to providerConfig (#18907) 2023-05-02 13:23:20 -02:30
lib Extract out confirm-data and confirm-hex-data components from confirm-transaction-base.component.js (#17822) 2023-03-09 10:38:37 +05:30
mocks
stub Update eth-json-rpc-middleware from v9 to v10 (#17591) 2023-02-27 13:19:08 -03:30
unit-global update ses@0.18.4 (#17521) 2023-04-27 21:31:52 +09:00
env.js feat: add yaml feature management (#18125) 2023-04-25 16:32:51 +02:00
merge-coverage.js Ignoring all storybook files from coverage check .stories.* (#18225) 2023-03-17 11:51:58 -07:00
run-unit-tests.js
setup.js