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

AssetsContractController: providerConfig -> selectedNetworkClientId #4315

Merged
merged 8 commits into from
Jun 4, 2024

Commits on May 23, 2024

  1. AssetsContractController: providerConfig -> selectedNetworkClientId

    The `providerConfig` state property is being removed from
    NetworkController. Currently this property is used in
    AssetsContractController 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 23, 2024
    Configuration menu
    Copy the full SHA
    f004aa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9310b1c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    67ec235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2469f0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on May 30, 2024

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

Commits on May 31, 2024

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

Commits on Jun 4, 2024

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