Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EnsController: providerConfig -> selectedNetworkClientId #4354

Merged
merged 3 commits into from
Jun 4, 2024

Commits on May 31, 2024

  1. EnsController: providerConfig -> selectedNetworkClientId

    The `providerConfig` state property is being removed from
    NetworkController. Currently this property is used in EnsController
    to get the currently selected chain, but `selectedNetworkClientId` can
    be used instead. This commit makes that transition so that we can fully
    drop `providerConfig`.
    mcmire committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2fb662c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    6c20d20 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    deab87f View commit details
    Browse the repository at this point in the history