You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we don't distinguish assets through the homeNetwork. As a result, there are problems in displaying asset balances. Please check the problem that occurred for BSC.
Requirements
tokens with the same symbol and contract code on different networks are different assets
tokens bridged across multiple networks (like USDC) are different assets even though they represent the same underlying
therefore - an asset can only belong to one network - and must have a homeNetwork.
Expectations
Make homeNetwork a required attribute on AnyAsset.
Update Portfolio page. Make sure how we want to present this view by displaying the sum of similar asset balances.
Update existing logic. Some of the selectors should distinguish the network for assets for example selectAssetPricePoint.
The text was updated successfully, but these errors were encountered:
Description
Currently, we don't distinguish assets through the
homeNetwork
. As a result, there are problems in displaying asset balances. Please check the problem that occurred for BSC.Requirements
homeNetwork
.Expectations
homeNetwork
a required attribute on AnyAsset.selectAssetPricePoint
.The text was updated successfully, but these errors were encountered: