Skip to content

Commit

Permalink
Remove providerConfig from NetworkController
Browse files Browse the repository at this point in the history
Historically, the `providerConfig` property in NetworkController has
been used to track the currently selected network as well as provide
access to information about that network. The selected network is now
tracked via `selectedNetworkClientId`, and information about that
network can be retrieved by looking at the `networkConfigurations`
property or the `configuration` property on the NetworkClient interface.
This means that we no longer need `providerConfig` and we can remove
this redundant state.
  • Loading branch information
mcmire committed Jun 7, 2024
1 parent f7af268 commit ca0fc05
Show file tree
Hide file tree
Showing 3 changed files with 1,896 additions and 3,558 deletions.
Loading

0 comments on commit ca0fc05

Please sign in to comment.