1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/pages/confirm-signature-request
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
..
__snapshots__ Replace contract with third party within the token allowance flow () 2023-04-11 08:49:42 +05:30
index.js Expand usage of getProviderConfig selector () 2023-05-02 10:06:24 -02:30
index.test.js Migrate network configurations (previously frequentRpcListDetail) from PreferencesController to NetworkController () 2023-03-09 15:00:28 -06:00