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

Interface for Uniswap V3 analytics. 📊

Results 76 v3-info issues
Sort by recently updated
recently updated
newest added

There's a whole bunch of compile errors related to prettier. PR to fix formatting and remove these errors on compile. ![Screenshot 2022-06-27 at 15 58 11](https://user-images.githubusercontent.com/2752586/175971357-556c2ddc-8bd3-4ad6-b96a-7b9fa139bc9a.png)

See corresponding issue https://github.com/Uniswap/v3-info/issues/219. There no changes at any files, just componentization to avoid Home.tsx re-renders. U can see on video (link above) how that significantly improved performance. Actual Behavior:...

**Bug Description** Token page missing add for pools **Steps to Reproduce** 1. Go to https://info.uniswap.org/#/tokens/0xf5238462e7235c7b62811567e63dd17d12c2eaa0 2. Click on Adds, none load ... **Expected Behavior** Should also include token LQ adds...

bug

1. Add 24H Fees to Pools Table ![Fees](https://user-images.githubusercontent.com/13591584/126091835-0fee451c-4b45-45b2-9976-ec106ab96b06.PNG) 2. Add Return on Liquidity (ROL) Metric to Chart ![ROL](https://user-images.githubusercontent.com/13591584/126091884-25c65521-6b3f-44ae-af37-2c0cdfc889f4.PNG)

This PR fixes the number of decimals used to calculate the ticks' prices. It was harcoded to use only 4 decimals, now it uses the token's decimals. The tick's `price1`...

Adds ability to fuzzy search pools . Example searches - "dai eth" - "dai eth 0.3" - "dai/eth" Adds debounce to search field. ![Screenshot from 2021-12-06 22-03-44](https://user-images.githubusercontent.com/433673/144958821-1d892e6c-7862-4797-bfb2-a86da2f3b773.png) ![Screenshot from 2021-12-06...

This will prevent double slashing for polygon and arbitrum explorer urls

Hello, @ianlapham. It's not really good when moving the cursor over the charts - many Home.tsx page re-renders is being occurred and because of this, performance drops significantly. I suggest...

improvement

Current Behavior: When you select Optimism in the network selector, it always routes to the overview page info.uniswap.org/#/optimism. Desired Behavior: the user should stay on the same page, and we...

improvement
p2