Summary
When a user disconnects their wallet, stale query data from their session (holdings, trade history, portfolio) should be cleared from the React Query cache so the next user connecting on the same device does not see leftover data.
Scope
- Seed the React Query cache with holdings and trade history data for a connected wallet
- Simulate a wallet disconnect
- Assert the holdings query cache is cleared
- Assert the trade history query cache is cleared
- Assert the creator list query cache is NOT cleared (it is public data)
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
When a user disconnects their wallet, stale query data from their session (holdings, trade history, portfolio) should be cleared from the React Query cache so the next user connecting on the same device does not see leftover data.
Scope
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram