feat(Networks): Add Tempo Testnet#39491
Merged
wantedsystem merged 15 commits intomainfrom Jan 30, 2026
Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Contributor
Builds ready [846fdca]
UI Startup Metrics (1289 ± 106 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
846fdca to
bd3fd96
Compare
bd3fd96 to
6016193
Compare
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
Contributor
Builds ready [97341f8]
UI Startup Metrics (1269 ± 114 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
gabrieledm
reviewed
Jan 27, 2026
maxime-oe
previously approved these changes
Jan 27, 2026
Contributor
Builds ready [df5f24b]
UI Startup Metrics (1361 ± 109 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
davidmurdoch
approved these changes
Jan 29, 2026
Contributor
Builds ready [755a7d1]
UI Startup Metrics (1340 ± 107 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds tempo testnet network to available networks.
Changelog
CHANGELOG entry: Adds tempo testnet native and network token IDs and images.
Related issues
implements: https://consensyssoftware.atlassian.net/browse/NEB-122
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk: this is a data-only addition of a new testnet (IDs, labels, symbols, and image mapping) with no changes to transaction/auth logic. Risk is mainly misconfiguration (wrong chain ID/symbol/icon) affecting network display and selection.
Overview
Adds support for Tempo Testnet by introducing a new
CHAIN_IDS.TEMPO_TESTNET(0xa5bf), display name, currency symbol (USD), and icon reference (./images/tempo.svg) inshared/constants/network.ts.Includes Tempo in the extension’s testnet-related lists and mapping tables (name, currency, and network image), and adds the new
app/images/tempo.svgasset.Written by Cursor Bugbot for commit 755a7d1. This will update automatically on new commits. Configure here.