This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
Roll back the detailed balances on Explorer in favor of Wallet Profile link #464
Closed
3 of 5 tasks
Story
Based on the discussion here: #463
We decided to take a step back on the Explorer side to avoid the rabbit hole we can get trying to pull out all the balances the account may have in various contracts. Instead, Explorer is going to focus on the native NEAR network features and Wallet will provide the user-facing breakdown and control over the assets.
Acceptance Criteria
Account Details page only contains the Non-staked balance, Staked Balance, and Minimum BalanceUPD: @khorolets and I decided to avoid any balances on Explorer side and only provide the link to Wallet ProfileMinimum Balance should be visually linked with the Storage Usage (since Minimum Balance is computed based on the Storage Usage and storage amount per byte)UPD: see above`$[nearWalletProfilePrefix]/$[accountId]`
-- addnearWalletProfilePrefix
to theNEAR_NETWORKS
configuration [let @frol know if you need help with understanding that configuration setup])The text was updated successfully, but these errors were encountered: