Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/network-enablement-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Export `NetworkEnablementControllerStateChangeEvent` type from the package root ([#9084](https://github.com/MetaMask/core/pull/9084))
- Added Tempo (`0x1079`) to `POPULAR_NETWORKS`, so that `enableAllPopularNetworks()` enables it alongside the other popular networks and keeps the controller in sync with the client's popular networks list ([#9069](https://github.com/MetaMask/core/pull/9069))

### Changed

Expand Down
1 change: 1 addition & 0 deletions packages/network-enablement-controller/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export const POPULAR_NETWORKS: readonly Hex[] = [
'0x8f', // Monad (143)
'0x10e6', // MegaETH (4326)
'0x13b2', // Arc (5042)
'0x1079', // Tempo (4217)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just wanna double check. Popular networks doesn't mean default right? It should appear as an "additional network"?

Just being overly cautious :)

@vinnyhoward vinnyhoward Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this context it is a popular network, I've made that assumption because it was recently added into mobile and it appears as popular. I've attached a video below showing Tempo in popular networks. Also, its showcasing the bug explained in the PR description @Prithpal-Sooriya

If this is incorrect I'm happy to fix the issue or close the PR and come up with another solution. I just need more context on the Tempo network addition

Simulator.Screen.Recording.-.iPhone.17.-.2026-06-10.at.15.38.15.mov

];
Loading