LiskHQ / lisk-desktop

🖥 Lisk graphical user interface for desktop
https://lisk.com/wallet
GNU General Public License v3.0
579 stars 96 forks source link

Improve final balance display #5607

Closed ikem-legend closed 2 months ago

ikem-legend commented 2 months ago

Description

Since the final balance is for only mainnet data, we should only make the API calls on mainnet. This also ensures that an account with a mainnet balance does not show it's legacy mainnet balance while on testnet.

Acceptance Criteria

API call for legacy balance and account history should be only made on mainnet