ArkEcosystemArchive / platform-sdk

DEPRECATED: USE https://github.com/PayvoHQ/sdk
https://github.com/PayvoHQ/sdk
18 stars 16 forks source link

refactor(sdk): implement `Network#displayName` #1932

Closed dated closed 3 years ago

dated commented 3 years ago

Summary

There are some occurrences in the Desktop Wallet where the networks coin name is concatenated with the network name, e.g. `${network.coin()} ${network.name()}`. The DW also uses some hardcoded display names. For live networks the network name is generally omitted, hence the check in the displayName method.

Checklist