'Where to find Uniswap v3 ERC20 token and liquidity pool contract addresses on ROPSTEN and other non-mainnet networks?
I am in the process of testing out some Uniswap v3 libraries like https://github.com/uniswap-integration/simple-uniswap-sdk/ and would like to know how to find pool and token addresses for Uniswap v3 on the Ropsten network and eventually for the Optimism main and Kovan test networks.
I have been able to successfully get these mainnet values by querying the v3 subgraph. Are there subgraphs available for test networks or where can find the contract IDs?
Solution 1:[1]
It was my issue too. Take a look at first paragraph:
The latest version of @uniswap/v3-core, @uniswap/v3-periphery, @uniswap/swap-router-contracts, and @uniswap/v3-staker are deployed at the addresses listed below. They are deployed at the same address on Ethereum mainnet, Optimism, Arbitrum, Polygon, and all testnets.
So, you can find addresses here: https://docs.uniswap.org/protocol/reference/deployments
At "Uniswap Pool Deployments" paragraph you can find out how to get pool address with your pair.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | kasnis |
