Skip to content

feat: update BUILT_IN_NETWORKS#8713

Merged
mikesposito merged 2 commits intomainfrom
mikesposito/chore/builtin-networks
May 6, 2026
Merged

feat: update BUILT_IN_NETWORKS#8713
mikesposito merged 2 commits intomainfrom
mikesposito/chore/builtin-networks

Conversation

@mikesposito
Copy link
Copy Markdown
Member

@mikesposito mikesposito commented May 6, 2026

Explanation

Additional Infura networks have been added in #8680, but the BUILT_IN_NETWORKS object was missed. This object is not used outside of tests in core, though it’s exported by controller-utils and used by clients. This PR adds the networks to BUILT_IN_NETWORKS as well

References

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

Note

Low Risk
Low risk: adds new entries to exported network constants and updates the changelog; behavior changes only for consumers referencing these newly supported networks.

Overview
Adds the previously-missing Infura mainnet networks (monad-mainnet, zksync-mainnet, megaeth-mainnet, avalanche-mainnet) to BUILT_IN_NETWORKS, including their chainId, ticker, and blockExplorerUrl mappings.

Updates the @metamask/controller-utils changelog entry to reflect the expanded BUILT_IN_NETWORKS coverage.

Reviewed by Cursor Bugbot for commit 4cb1018. Bugbot is set up for automated code reviews on this repo. Configure here.

@mikesposito mikesposito marked this pull request as ready for review May 6, 2026 08:35
@mikesposito mikesposito requested a review from a team as a code owner May 6, 2026 08:35
@mikesposito mikesposito enabled auto-merge May 6, 2026 08:39
@mikesposito mikesposito added this pull request to the merge queue May 6, 2026
Merged via the queue into main with commit 526896d May 6, 2026
366 checks passed
@mikesposito mikesposito deleted the mikesposito/chore/builtin-networks branch May 6, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants