1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/jest
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
..
background.js
constants.js
env.js Adding static icon names to test env file (#16078) 2022-11-18 22:28:38 +05:30
index.js
mock-store.js Rename provider to providerConfig (#18907) 2023-05-02 13:23:20 -02:30
mocks.js
rendering.js Add extension desktop UI (#17748) 2023-02-23 16:39:48 +00:00
setup.js Expand network controller unit test coverage (#17498) 2023-02-08 13:10:04 -07:00