-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: fix tron image in tokens list cp-7.60.0 #22860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsThe changes update image assets for TRON network support, specifically:
These image icons are used extensively across the app in 18+ components including:
The changes are feature-flagged under ONLY_INCLUDE_IF(tron), indicating they relate to Tron network support. Risk Assessment: Medium
Recommended Test Tags:
These tests will verify that the icon changes don't break existing functionality and that TRON-related UI elements display correctly. |
|



Description
Fixes the Tron token logo in the tokens list, it was missing because
TokenIconlooks up images by ticker (TRX), but image-icons only mapped the Tron icon under TRON. So we had to wire the Tron PNG to TRX (and the new tron-logo.png) so the token list can render the correct icon.Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Updates Tron image to tron-logo.png and maps TRX and sTRX tickers to use the Tron icon.
app/images/image-icons.js):tron-logo.png.TRXandsTRXtoTRONso they resolve to the Tron icon.Written by Cursor Bugbot for commit c40e334. This will update automatically on new commits. Configure here.