feat: add Tempo chain as additionnal network#29515
Conversation
|
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. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 36c3d98. Configure here.
36c3d98 to
05a8fdb
Compare
05a8fdb to
0a83f05
Compare
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: The PopularList is consumed by:
SmokeNetworkAbstractions directly tests "adding popular networks" flows including viewing available networks, selecting/deselecting networks, and managing network enabled state - which is exactly what this change affects. No other tags are warranted because:
Performance Test Selection: |
|
✅ E2E Fixture Validation — Schema is up to date |
|




Description
Changelog
CHANGELOG entry: add Tempo chain to the additional networks list
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/NEB-1098?atlOrigin=eyJpIjoiNTExNzIwM2EwYjc5NDdkMmFiMTkwY2VmMzhmODllNzAiLCJwIjoiaiJ9
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Low Risk
Small, additive change that only extends the static popular-network configuration and its test; main risk is misconfigured RPC/explorer metadata or missing image asset.
Overview
Adds the
Temponetwork toPopularList, including chainId0x1079(4217), RPC endpoint, block explorer URL, ticker (USD), warning flag, and a bundled logo (tempo.png) so it appears in the additional network selection.Updates the popular network chainId unit test to assert the new
Tempoentry is present and correctly encoded.Reviewed by Cursor Bugbot for commit 0a83f05. Bugbot is set up for automated code reviews on this repo. Configure here.