status-mobile icon indicating copy to clipboard operation
status-mobile copied to clipboard

🔴 Resolve Token Collision Issue

Open shivekkhurana opened this issue 8 months ago • 2 comments
trafficstars

Issue Description:

  • Currently while showing tokens in wallet, we consider ticker to be unique
  • Using the ticker, we group the balance across chains
  • But that's not true and there might be collisions, when two tokens have same ticker.
  • This will lead to incorrect grouping
  • In the past, we removed these colliding tokens manually
  • But with auto refresh tokens lists, this manual process has been removed
  • We need to update the logic on the client side to group by name, which is truly unique, not ticker

Acceptance Criteria:

The change is not visual, so hard to test.

  • [ ] The token grouping logic is updated to group by token name instead of ticker

Notes:

  • @saledjenic is handling this on Desktop side, in case help is needed

shivekkhurana avatar Mar 20 '25 15:03 shivekkhurana