Skip to content

NYM: label native network as Nyx instead of Nym - #6108

Merged
j0ntz merged 1 commit into
developfrom
jon/nym-network-label-nyx
Jul 28, 2026
Merged

NYM: label native network as Nyx instead of Nym#6108
j0ntz merged 1 commit into
developfrom
jon/nym-network-label-nyx

Conversation

@j0ntz

@j0ntz j0ntz commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

Description

The native NYM wallet details scene rendered its network-context header title as "Nym Network". Nym is the asset and ecosystem name; the native blockchain is Nyx. The title now sources from currencyInfo.chainDisplayName ("Nyx") instead of the deprecated currencyInfo.displayName ("Nym"), so it reads "Nyx Network". Asset-context labels (wallet balance NYM, the coin-ranking section header "Nym") are unchanged.

edge-currency-accountbased already exposes the correct assetDisplayName: 'Nym' / chainDisplayName: 'Nyx' for the plugin; this only corrects which field the GUI title reads. No dependency changes.

Verified on the iOS simulator: opened the native NYM wallet details and confirmed the header reads "Nyx Network" while the balance and asset labels remain Nym/NYM (screenshot attached).

Asana: https://app.asana.com/0/1215088146871429/1216842613201602


Note

Low Risk
Single display-field swap in the wallet details header with no security, payment, or persistence changes.

Overview
The native NYM wallet details header used currencyInfo.displayName ("Nym") in the %s Network title pattern, so it read "Nym Network" even though the native chain is Nyx.

WalletDetailsTitle now passes currencyInfo.chainDisplayName ("Nyx"), so the header shows "Nyx Network". Balance labels and other asset naming that use assetDisplayName are unchanged.

Reviewed by Cursor Bugbot for commit f8e579c. Bugbot is set up for automated code reviews on this repo. Configure here.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@j0ntz

j0ntz commented Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

📸 Test evidence (iOS sim)

nyx network header

nyx network header

Captured by the agent's in-app test run (build-and-test).

The wallet details scene network-context title used the deprecated
currencyInfo.displayName ('Nym'), rendering 'Nym Network'. Nym is the
asset and ecosystem name; the native chain is Nyx. Source the title from
chainDisplayName so it reads 'Nyx Network'. Asset-context labels are
unchanged.
@j0ntz
j0ntz force-pushed the jon/nym-network-label-nyx branch from 4158399 to f8e579c Compare July 28, 2026 00:51
@j0ntz
j0ntz enabled auto-merge July 28, 2026 00:51
@j0ntz
j0ntz merged commit f39b78f into develop Jul 28, 2026
7 checks passed
@j0ntz
j0ntz deleted the jon/nym-network-label-nyx branch July 28, 2026 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant