1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00
metamask-extension/ui
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
..
__mocks__ Refactoring isManifestV3 variable (#15568) 2022-08-16 20:51:42 +05:30
components Expand usage of getProviderConfig selector (#18906) 2023-05-02 10:06:24 -02:30
contexts Convert shared/constants/metametrics to TS (#18353) 2023-04-03 09:31:04 -06:00
css [MMI] Add interactive-replacement-token-page (#18683) 2023-04-27 10:45:37 +02:00
ducks Expand usage of getProviderConfig selector (#18906) 2023-05-02 10:06:24 -02:30
helpers [MMI] adds some constants and necessary routes (#17868) 2023-04-28 10:52:12 +01:00
hooks Expand usage of getProviderConfig selector (#18906) 2023-05-02 10:06:24 -02:30
pages Expand usage of getProviderConfig selector (#18906) 2023-05-02 10:06:24 -02:30
selectors Expand usage of getProviderConfig selector (#18906) 2023-05-02 10:06:24 -02:30
store Expand usage of getProviderConfig selector (#18906) 2023-05-02 10:06:24 -02:30
index.js feat: add yaml feature management (#18125) 2023-04-25 16:32:51 +02:00
index.test.js Remove related UI code from the app dir (#15384) 2022-09-16 14:05:21 -05:00