From e583bca2aaf1438bb7f20ea96ddbbacff3e4f8b8 Mon Sep 17 00:00:00 2001 From: vinnyhoward Date: Tue, 9 Jun 2026 11:40:00 -0600 Subject: [PATCH 1/3] feat: add tempo to network enablement --- packages/network-enablement-controller/src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/network-enablement-controller/src/constants.ts b/packages/network-enablement-controller/src/constants.ts index 3a1ef59d08..59205b62a0 100644 --- a/packages/network-enablement-controller/src/constants.ts +++ b/packages/network-enablement-controller/src/constants.ts @@ -16,4 +16,5 @@ export const POPULAR_NETWORKS: readonly Hex[] = [ '0x8f', // Monad (143) '0x10e6', // MegaETH (4326) '0x13b2', // Arc (5042) + '0x1079', // Tempo (4217) ]; From fa5ee53e024da1944b95efc38cafc319f8c15af0 Mon Sep 17 00:00:00 2001 From: vinnyhoward Date: Tue, 9 Jun 2026 11:53:26 -0600 Subject: [PATCH 2/3] fix: update changelog --- packages/network-enablement-controller/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/network-enablement-controller/CHANGELOG.md b/packages/network-enablement-controller/CHANGELOG.md index 0f70ab415d..a7c134a1db 100644 --- a/packages/network-enablement-controller/CHANGELOG.md +++ b/packages/network-enablement-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- 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 ([#XXXX](https://github.com/MetaMask/core/pull/XXXX)) + ## [5.3.0] ### Added From 98f707f9c2c60be20329b056aa25aadeb10744ad Mon Sep 17 00:00:00 2001 From: vinnyhoward Date: Tue, 9 Jun 2026 11:55:02 -0600 Subject: [PATCH 3/3] fix: update pr placeholder with real PR --- packages/network-enablement-controller/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network-enablement-controller/CHANGELOG.md b/packages/network-enablement-controller/CHANGELOG.md index a7c134a1db..6e33971038 100644 --- a/packages/network-enablement-controller/CHANGELOG.md +++ b/packages/network-enablement-controller/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- 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 ([#XXXX](https://github.com/MetaMask/core/pull/XXXX)) +- 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)) ## [5.3.0]