chore: use Sei maroon token mark for the native token icon#31038
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. |
3a85e39 to
05c7089
Compare
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
This is a purely cosmetic asset replacement - swapping one PNG image for another for the SEI network/token icon. There are no logic changes, no controller modifications, no UI flow changes, no test infrastructure changes, and no behavioral differences. The SEI icon is used for display purposes only and does not affect any user flows, transaction logic, or test paths. No E2E tests need to run for this change. Performance Test Selection: |
Description
Follow-up to #30892 (which updated the Sei network logo to the new black mark).
Per Sei's brand guidelines the network/brand mark is black, but the token mark is maroon. Today the Sei native token reuses the network image, so it renders black. This splits the native token icon into its own asset so it shows the maroon token mark while the network keeps the black mark.
app/images/sei-native.png— Sei's token mark in maroon (#600014) on a white background, 512×512 (matching the network logo treatment, so it stays legible in light and dark mode).image-icons.jsnow importsSEIfrom it, so the token avatar (Base/TokenIconwhensymbol === 'SEI', plus Bridge/Ramp token icons) renders maroon.sei.png(black) viacustomNetworks.tsx→getNetworkImageSource— network selector / network badge unchanged.Changelog
CHANGELOG entry: Updated the Sei native token icon to Sei's maroon token mark.
Related issues
Fixes:
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