1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/pages/routes
Mark Stacey 88ae10418b
Expand usage of getProviderConfig selector (#18906)
The `getProviderConfig` selector is now used anywhere the `provider`
state was previously referenced directly. This was done to simplify
renaming this state from `provider` to `providerConfig` in a later PR.

Note that there are many opportunities left to use more-specific
selectors (e.g. `getChainId()` over `getProviderConfig().chainId`), but
that was intentionally omitted from this PR to reduce the size. I
started going down this path and it quickly exploded in scope.

Relates to #18902
2023-05-02 10:06:24 -02:30
..
index.js
routes.component.js [MMI] adds some constants and necessary routes (#17868) 2023-04-28 10:52:12 +01:00
routes.component.test.js Disabling network and account changes after the send flow is initiated (#18086) 2023-04-13 12:51:20 -04:00
routes.container.js Expand usage of getProviderConfig selector (#18906) 2023-05-02 10:06:24 -02:30