fix: align perp dex source labels(OK-59905) - #12907
Merged
Merged
Conversation
Kahnchan
requested review from
ezailWang,
huhuanming,
originalix,
revan-zhang and
sidmorizon
as code owners
August 17, 2026 07:30
Contributor
|
@codex review |
Contributor
|
@codex security review |
|
You have reached your Codex usage limits for security reviews. Please try again later. |
|
Codex Review: Didn't find any major issues. Breezy! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
originalix
approved these changes
Aug 18, 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.
OK-59905
Issue
Summary
xyz/para) in Wallet Home market favorites and perpetual categories.Intent & Context
OK-59905 reports that Wallet Home market favorites and perpetual lists do not show the
xyz/parasource labels. During Native verification, the DEX badge in the perps ticker was also visibly shorter than its adjacent badges.Root Cause
The Wallet Home perps mapper kept the display symbol but dropped the DEX prefix from the server token name. The Native ticker used implicit React Native text line heights for its local badges while the shared
PerpDexBadgeuses a fixed 16px line height.Design Decisions
parseDexCoinutility and render it with the existingPerpDexBadgecomponent.Changes Detail
perpsDexLabelto the Wallet Home market display model and forward it to the shared token identity row.xyzandparalabels when mapping server perps tokens, with coverage for main-DEX tokens that should remain unlabeled.Risk Assessment
Test plan
yarn agent:check --profile commit.yarn agent:check --profile pr.xyz/parabadges on Native.