Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sepolia addresses to Deployment Addresses page #637

Open
rileyg98 opened this issue Nov 3, 2023 · 4 comments
Open

Add Sepolia addresses to Deployment Addresses page #637

rileyg98 opened this issue Nov 3, 2023 · 4 comments

Comments

@rileyg98
Copy link

rileyg98 commented Nov 3, 2023

Uniswap Labs have deployed a range of Uniswap contracts to Sepolia, but this is not reflected on the Deployment Addresses page. With Goerli coming end-of-life soon, more developers will be interested in migrating to other testnets. Adding the official contract addresses to Deployment Addresses will be helpful for these.

For reference, Uniswap's Twitter account posted them here https://twitter.com/Uniswap/status/1661362297632088066

@clemsos
Copy link

clemsos commented Jan 11, 2024

  • Permit2: 0x000000000022D473030F116dDEE9F6B43aC78BA3
  • Universal Router: 0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD
  • WETH9: 0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14
  • NonfungiblePositionManager : 0x1238536071E1c677A632429e3655c799b22cDA52
  • UniswapV2Factory: 0xB7f907f7A9eBC822a80BD25E224be42Ce0A698A0

(from that Twitter thread above)

@clemsos
Copy link

clemsos commented Jan 11, 2024

duplicate of #598 , also #649

@stuartatfame
Copy link

The full list from the source code is:

// sepolia v3 addresses
const SEPOLIA_ADDRESSES: ChainAddresses = {
  v3CoreFactoryAddress: '0x0227628f3F023bb0B980b67D528571c95c6DaC1c',
  multicallAddress: '0xD7F33bCdb21b359c8ee6F0251d30E94832baAd07',
  quoterAddress: '0xEd1f6473345F45b75F8179591dd5bA1888cf2FB3',
  v3MigratorAddress: '0x729004182cF005CEC8Bd85df140094b6aCbe8b15',
  nonfungiblePositionManagerAddress: '0x1238536071E1c677A632429e3655c799b22cDA52',
  tickLensAddress: '0xd7f33bcdb21b359c8ee6f0251d30e94832baad07'
}

@clemsos
Copy link

clemsos commented Mar 8, 2024

should close this as it has been added there https://docs.uniswap.org/contracts/v3/reference/deployments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants