Zondax / ledger-oasis

Oasis app for Ledger Nano S and X
Apache License 2.0
3 stars 6 forks source link

ROSE/TEST units not shown in ParaTime transaction #186

Closed matevz closed 1 year ago

matevz commented 1 year ago

Amount and Fee should show ROSE/TEST, for known chain contexts (network+runtime ID+denomination combination as specified in ADR14). The current implementation does not show any units.

:link: zboto Link

matevz commented 1 year ago

Actually this works as intended, thanks. The ledger-js Transfer test I've been checking actually sends WBTC symbol which is not "official" token and the Nano app should show it as unknown token. The Deposit transaction which actually uses native token renders fine as ROSE. Closing.