Skip to content

v2.7.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 19:47
· 34 commits to main since this release

Fixed

  • The DTF price (and the selected token's price) now refreshes on the same cadence as the quote (refreshRate, 9s by default). Both prices were fetched once on mount — the DTF price had no refresh at all and the token price ran on its own 30s timer — so with the widget open the USD value shown for the token being redeemed, and the price impact derived from it, could be computed from a price minutes old while the quote itself kept refreshing. Because both legs are now priced from the same moment, the impact no longer drifts as one side ages.