Uniswap / v3-info

Interface for Uniswap V3 analytics. 📊
https://info.uniswap.org/#/
GNU General Public License v3.0
382 stars 305 forks source link

Network toggle should stay on page #121

Open willhennessy opened 3 years ago

willhennessy commented 3 years ago

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 simply toggle the network.

On https://info.uniswap.org/#/optimism/pools and https://info.uniswap.org/#/optimism/tokens this should be straightforward.

On individual token or pool pages, this will require mapping the L1 token/pool address to the corresponding L2 address. And vice versa.

alexeygorbachevsky commented 2 years ago

Hello, @willhennessy. Fixed in https://github.com/Uniswap/v3-info/pull/223