feat: add Tempo Mainnet network logo#40571
Merged
HowardBraham merged 1 commit intomainfrom Mar 3, 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. |
6cb45bb to
c2ab57d
Compare
bizk
approved these changes
Mar 3, 2026
gabrieledm
approved these changes
Mar 3, 2026
|
Contributor
Builds ready [c2ab57d]
⚡ Performance Benchmarks
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
HowardBraham
approved these changes
Mar 3, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Changelog
CHANGELOG entry: add network name and logo for Tempo Mainnet
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/NEB-142?atlOrigin=eyJpIjoiOTNhNTFhMDI0M2QxNDcyY2FiMzhmN2ZjODRmMjE0NjQiLCJwIjoiaiJ9
Manual testing steps
Add Tempo network manually with:
Name:
TempoRPC:
https://tempo-mainnet.drpc.orgCurrency:
USDChainId:
4217Observe network logo is displayed correctly.
Tempo has no native token, which the plan is to hide it in an upcoming support.
Screenshots/Recordings
Before
After
(worth noting that the native token will disappear as part as upcoming Tempo support)
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk constants-only change that adds a new chain ID and wiring for display name, currency symbol, and image mapping; no transaction/auth logic is affected.
Overview
Adds Tempo Mainnet as a recognized chain by introducing
CHAIN_IDS.TEMPO_MAINNETand wiring it through the network constants.This includes the new display name (
Tempo), currency symbol (USD), and network image (./images/tempo.svg) entries in the chain-id-to-name/symbol/image maps so the UI can render the Tempo network label and logo.Written by Cursor Bugbot for commit c2ab57d. This will update automatically on new commits. Configure here.