1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/components/app/network-display
Mark Stacey 88ae10418b
Expand usage of getProviderConfig selector ()
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 
2023-05-02 10:06:24 -02:30
..
index.js remove the ui/app and ui/lib folders () 2021-04-28 14:53:59 -05:00
index.scss UX: Icons: Remove usage of chevron fa- icons () 2023-02-16 07:26:14 -06:00
network-display.js Expand usage of getProviderConfig selector () 2023-05-02 10:06:24 -02:30
network-display.stories.js feature: migrate design-system.ts () 2023-02-02 20:15:26 +00:00