Skip to content

Fix empty rewards tab due to request fail on price token endpoint #5041

Martin Santangelo requested to merge js/rewards-empty into release/v4.37.0

Ticket(s) / Related Merge Requests

#5041 (closed)

Summary of Changes

I separated the token price request promise from the rewards.

There is an ongoing issue with the Uniswap that is causing that endpoint to fail and the rewards loading logic was awaiting for that request.

  • Changelog file updated with this template (one or more)
    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.

Testing Considerations

check issue

Regression Scope

It only affects the rewards tab

Platform Affected (web, mobile, etc)

both

Developer Testing Completed

Android

Screenshots

imagen

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports