Uniswap / v3-info

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

fix: use active network chain id instead of mainnet in transactions table #319

Open 0xJord4n opened 8 months ago

0xJord4n commented 8 months ago

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 networks :)