Skip to content
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

fix(suite): display symbols #16142

Merged
merged 1 commit into from
Jan 3, 2025
Merged

fix(suite): display symbols #16142

merged 1 commit into from
Jan 3, 2025

Conversation

adderpositive
Copy link
Contributor

@adderpositive adderpositive commented Jan 2, 2025

Description

Fix display symbols.

Related Issue

Resolve #16121

Screenshots:

Before

Screenshot 2024-12-29 at 17 11 50
Screenshot 2024-12-29 at 17 14 00
Screenshot 2024-12-29 at 17 14 17
Screenshot 2024-12-29 at 17 17 10
Screenshot 2024-12-29 at 17 17 25
Screenshot 2024-12-29 at 17 21 09
Screenshot 2024-12-29 at 17 30 51 (2)

After

image

image (this is only testing case, TEST symbol is correct)

image
(this is only testing case, TEST symbol is correct)

image

image
(this is only testing case, TEST symbol is correct)

@adderpositive adderpositive added the bug Something isn't working as expected label Jan 2, 2025
@adderpositive adderpositive self-assigned this Jan 2, 2025
Copy link

github-actions bot commented Jan 2, 2025

🚀 Expo preview is ready!

  • Project → trezor-suite-preview
  • Platforms → android, ios
  • Scheme → trezorsuitelite
  • Runtime Version → 21
  • More info

Learn more about 𝝠 Expo Github Action

networkSymbol: symbol,
networkCurrencyName: coinSymbol,
networkSymbol: getNetworkDisplaySymbol(symbol),
networkCurrencyName: coinSymbol?.toUpperCase(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of L2s, there should be on BSC network or on BNB Smart Chain network so use network name or network symbol. Probably name is better?
Screenshot 2025-01-03 at 12 44 00

@tomasklim tomasklim merged commit 2942805 into develop Jan 3, 2025
35 of 38 checks passed
@tomasklim tomasklim deleted the fix/display-symbol branch January 3, 2025 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix network display symbol
2 participants