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

**Bug Description** Explorer links on PoolPage are always linking to etherscan.io, regardless of the chosen chain ![broken-explorer-link](https://github.com/Uniswap/v3-info/assets/97852365/da50217a-55fe-4859-be09-64ce21235245) **Steps to Reproduce** 1. Switch chain to any chain other than mainnet. For...

bug

Currently the block explorer links are chain agnostic. This will add the network chains to the explorer. locally tested

The Arbitrum subgraph that got repaired was the minimal version. The old version, has indexing errors and not pulling up data. This was tested locally. The data looks to be...

Links in transactions table was always redirecting on etherscan because getExplorerLink was used everytime with the mainnet chain id so i replaced it by activeNetwork.chainId, now it works with all...

bsc data error op/arb/polygon pool data not load

bug

**Bug Description** Lets use the pool uni / USDT - when you view the pool https://info.uniswap.org/#/pools/0x3470447f3cecffac709d3e783a307790b0208d60 Then you will see that the left stats show: (this is for 6th Feb...

bug

**Bug Description** I found the totalValueLockedUSD not equal with the TVL in pool page, for example: the ETH/USDC 0.05% POOL: the totalValueLockedUSD from graph API is about 407m, but the...

bug

I think the order should be asc, so it will be more accuracy

## Issue Explorer links on PoolPage are always linking to etherscan.io, regardless of the chosen chain ![broken-explorer-link](https://github.com/Uniswap/v3-info/assets/97852365/da50217a-55fe-4859-be09-64ce21235245) Link out before fix: https://github.com/Uniswap/v3-info/assets/97852365/e032e098-4c76-450d-9ac5-15f8aeead3bf ## Solution Use the active chain's network id...