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
On collectible info page account info isn't connected to backend
Note:
When collectibles are fetched for a bunch of addresses, backend doesn't add ownership address to collectible info, so cooperation with a backend needed. Or we can fetch collectibles for every address separately and add info about current address on mobile side
behavior
The text was updated successfully, but these errors were encountered:
* Update wallet events and subs to handle collectibles per account
Additionally,
- Move collectibles related events to a new events namespace (`status-im.contexts.wallet.events.collectibles`).
- Update tests to consider collectibles per account.
* Update collectibles tab to handle a current viewing account
Problem
On collectible info page account info isn't connected to backend
Note:
When collectibles are fetched for a bunch of addresses, backend doesn't add ownership address to collectible info, so cooperation with a backend needed. Or we can fetch collectibles for every address separately and add info about current address on mobile side
behaviorThe text was updated successfully, but these errors were encountered: