Skip to content

chore: use Sei maroon token mark for the native token icon#31038

Merged
jeremytsng merged 1 commit into
mainfrom
feat/sei-token-logo
Jun 4, 2026
Merged

chore: use Sei maroon token mark for the native token icon#31038
jeremytsng merged 1 commit into
mainfrom
feat/sei-token-logo

Conversation

@jeremytsng

@jeremytsng jeremytsng commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

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.

  • Adds 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.js now imports SEI from it, so the token avatar (Base/TokenIcon when symbol === 'SEI', plus Bridge/Ramp token icons) renders maroon.
  • The network image stays on sei.png (black) via customNetworks.tsxgetNetworkImageSource — 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

Feature: Sei token logo

  Scenario: user views the Sei token and network icons
    Given the user has the Sei network available

    When the user switches to Sei and views the assets list
    Then the Sei native token shows the maroon mark

    When the user opens the network selector
    Then the Sei network shows the black mark

Screenshots/Recordings

Before

After

Pre-merge author checklist

Performance checks (if applicable)

  • I've tested on Android
    • Ideally on a mid-range device; emulator is acceptable
  • I've tested with a power user scenario
    • Use these power-user SRPs to import wallets with many accounts and tokens
  • I've instrumented key operations with Sentry traces for production performance metrics

For performance guidelines and tooling, see the Performance Guide.

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
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.

@jeremytsng jeremytsng self-assigned this Jun 3, 2026
@jeremytsng jeremytsng marked this pull request as ready for review June 3, 2026 19:38
@jeremytsng jeremytsng force-pushed the feat/sei-token-logo branch from 3a85e39 to 05c7089 Compare June 4, 2026 06:01
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

🔍 Smart E2E Test Selection

  • Selected E2E tags: None (no tests recommended)
  • Selected Performance tags: None (no tests recommended)
  • Risk Level: low
  • AI Confidence: 97%
click to see 🤖 AI reasoning details

E2E Test Selection:
The changes consist of:

  1. Adding a new image file sei-native.png (binary asset)
  2. Updating image-icons.js to import sei-native.png instead of sei.png for the SEI token icon

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:
This is a pure image asset swap (replacing sei.png with sei-native.png). There is no performance impact from changing a static image file reference. No performance tests are needed.

View GitHub Actions results

@jeremytsng jeremytsng added this pull request to the merge queue Jun 4, 2026
Merged via the queue into main with commit 0ab4fb5 Jun 4, 2026
163 checks passed
@jeremytsng jeremytsng deleted the feat/sei-token-logo branch June 4, 2026 11:06
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants