v3-info icon indicating copy to clipboard operation
v3-info copied to clipboard

Top Movers should show the tokens with top price growth

Open NicholasCui opened this issue 2 years ago • 0 comments

Bug Description On https://info.uniswap.org/#/tokens, the Top Movers component show the tokens sorted by the absolute value of priceUSDChange.

The logic of sort: https://github.com/Uniswap/v3-info/blob/936316b3682ed0134f4efddadb6c9fb366ec74a2/src/components/tokens/TopTokenMovers.tsx#L64-L70

Steps to Reproduce

  1. Go to All Tokens

Expected Behavior Should sort the tokens by priceUSDChange.

Additional Context image

NicholasCui avatar Jun 30 '22 08:06 NicholasCui