Skip to content

Commit

Permalink
update deployment contract addresses (#803)
Browse files Browse the repository at this point in the history
Co-authored-by: David Schwartz <davidschwartz@Davids-MacBook-Pro.local>
  • Loading branch information
dschwartz-defi and David Schwartz authored Oct 19, 2024
1 parent 72f128f commit 116ce3f
Showing 1 changed file with 38 additions and 14 deletions.
52 changes: 38 additions & 14 deletions docs/contracts/v4/deployments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,50 @@ be up to date with the latest changes.

For the latest deployments, please see the [foundry artifacts](https://github.com/Uniswap/v4-periphery/tree/main/broadcast)

## Unichain Sepolia: 1301

| Contract | Address |
|--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| [PoolManager](https://github.com/Uniswap/v4-core/blob/main/src/PoolManager.sol) | [`0xc81462fec8b23319f288047f8a03a57682a35c1a`](https://sepolia.uniscan.xyz/address/0xc81462fec8b23319f288047f8a03a57682a35c1a#code) |
| [Universal Router](https://github.com/Uniswap/universal-router/blob/dev/contracts/UniversalRouter.sol) | [`0x5418a6d871d327a1cefe6deb97153f07cbf6030e`](https://sepolia.uniscan.xyz/address/0x5418a6d871d327a1cefe6deb97153f07cbf6030e#code) |
| [PositionManager](https://github.com/Uniswap/v4-periphery/blob/main/src/PositionManager.sol) | [`0xb433cb9bcdf4cfcc5cab7d34f90d1a7deefd27b9`](https://sepolia.uniscan.xyz/address/0xb433cb9bcdf4cfcc5cab7d34f90d1a7deefd27b9#code) |
| [StateView](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/StateView.sol) | [`0xde04c804dc75e90d8a64e5589092a1d6692efa45`](https://sepolia.uniscan.xyz/address/0xde04c804dc75e90d8a64e5589092a1d6692efa45#code) |
| [Quoter](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/Quoter.sol) | [`0xfe6cf50c4cfe801dd2aef9c1b3ce24f551944df8`](https://sepolia.uniscan.xyz/address/0xfe6cf50c4cfe801dd2aef9c1b3ce24f551944df8#code) |
| [PoolSwapTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolSwapTest.sol) | [`0xe437355299114d35ffcbc0c39e163b24a8e9cbf1`](https://sepolia.uniscan.xyz/address/0xe437355299114d35ffcbc0c39e163b24a8e9cbf1#code) |
| [PoolModifyLiquidityTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolModifyLiquidityTest.sol) | [`0xc81462fec8b23319f288047f8a03a57682a35c1a`](https://sepolia.uniscan.xyz/address/0xc81462fec8b23319f288047f8a03a57682a35c1a#code) |

## OP Sepolia: 11155420

| Contract | Address |
|--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| [PoolManager](https://github.com/Uniswap/v4-core/blob/main/src/PoolManager.sol) | [`0xe5df461803a59292c6c03978c17857479c40bc46`](https://sepolia-optimistic.etherscan.io/address/0xe5df461803a59292c6c03978c17857479c40bc46#code) |
| [Universal Router](https://github.com/Uniswap/universal-router/blob/dev/contracts/UniversalRouter.sol) | [`0x78e7F1502A9e4115dEbd6876E0AC4FaEBDB96880`](https://sepolia-optimistic.etherscan.io/address/0x78e7F1502A9e4115dEbd6876E0AC4FaEBDB96880#code) |
| [PositionManager](https://github.com/Uniswap/v4-periphery/blob/main/src/PositionManager.sol) | [`0xef3853450006ce9fb12b540486c920c9a705f502`](https://sepolia-optimistic.etherscan.io/address/0xef3853450006ce9fb12b540486c920c9a705f502#code) |
| [StateView](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/StateView.sol) | [`0x5c038ee8ab7bd7699037e277874f1c611ad0c28f`](https://sepolia-optimistic.etherscan.io/address/0x5c038ee8ab7bd7699037e277874f1c611ad0c28f#code) |
| [Quoter](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/Quoter.sol) | [`0x60abeb98b3b95a0c5786261c1ab830e3d2383f9e`](https://sepolia-optimistic.etherscan.io/address/0x60abeb98b3b95a0c5786261c1ab830e3d2383f9e#code) |
| [PoolSwapTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolSwapTest.sol) | [`0x5ba874e13d2cf3161f89d1b1d1732d14226dbf16`](https://sepolia-optimistic.etherscan.io/address/0x5ba874e13d2cf3161f89d1b1d1732d14226dbf16#code) |
| [PoolModifyLiquidityTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolModifyLiquidityTest.sol) | [`0xd962b16f4ec712d705106674e944b04614f077be`](https://sepolia-optimistic.etherscan.io/address/0xd962b16f4ec712d705106674e944b04614f077be#code) |

## Sepolia: 11155111

| Contract | Address |
|--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| [PoolManager](https://github.com/Uniswap/v4-core/blob/main/src/PoolManager.sol) | [`0xe8e23e97fa135823143d6b9cba9c699040d51f70`](https://sepolia.etherscan.io/address/0xe8e23e97fa135823143d6b9cba9c699040d51f70#code) |
| [Universal Router](https://github.com/Uniswap/universal-router/blob/dev/contracts/UniversalRouter.sol) | [`0x95273d871c8156636e114b63797d78D7E1720d81`](https://sepolia.etherscan.io/address/0x95273d871c8156636e114b63797d78D7E1720d81#code) |
| [PositionManager](https://github.com/Uniswap/v4-periphery/blob/main/src/PositionManager.sol) | [`0x0048d1c09771bb87b6a44e1294769e1dfd698584`](https://sepolia.etherscan.io/address/0x0048d1c09771bb87b6a44e1294769e1dfd698584#code) |
| [StateView](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/StateView.sol) | [`0x6bb7157fb50e3ae4983ccdc62fb8173c03c6b0a7`](https://sepolia.etherscan.io/address/0x6bb7157fb50e3ae4983ccdc62fb8173c03c6b0a7#code) |
| [Quoter](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/Quoter.sol) | [`0x0000000000000000000000000000000000000000`](https://sepolia.etherscan.io/address/0x0000000000000000000000000000000000000000#code) |
| [PoolSwapTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolSwapTest.sol) | [`0x0937c4d65d7cddbf02e75b88dd33f536b201c2a6`](https://sepolia.etherscan.io/address/0x0937c4d65d7cddbf02e75b88dd33f536b201c2a6#code) |
| [PoolModifyLiquidityTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolModifyLiquidityTest.sol) | [`0x94df58ccb1ac6e5958b8ee1e2491f224414a2bf7`](https://sepolia.etherscan.io/address/0x94df58ccb1ac6e5958b8ee1e2491f224414a2bf7#code) |
| [PoolManager](https://github.com/Uniswap/v4-core/blob/main/src/PoolManager.sol) | [`0x8c4bcbe6b9ef47855f97e675296fa3f6fafa5f1a`](https://sepolia.etherscan.io/address/0x8c4bcbe6b9ef47855f97e675296fa3f6fafa5f1a#code) |
| [Universal Router](https://github.com/Uniswap/universal-router/blob/dev/contracts/UniversalRouter.sol) | [`0x4d73a4411ca1c660035e4aecc8270e5dddec8c17`](https://sepolia.etherscan.io/address/0x4d73a4411ca1c660035e4aecc8270e5dddec8c17#code) |
| [PositionManager](https://github.com/Uniswap/v4-periphery/blob/main/src/PositionManager.sol) | [`0x1b1c77b606d13b09c84d1c7394b96b147bc03147`](https://sepolia.etherscan.io/address/0x1b1c77b606d13b09c84d1c7394b96b147bc03147#code) |
| [StateView](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/StateView.sol) | [`0x823d45b1329bcf3b369f08f36ba2690ff8e058c3`](https://sepolia.etherscan.io/address/0x823d45b1329bcf3b369f08f36ba2690ff8e058c3#code) |
| [Quoter](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/Quoter.sol) | [`0xcd8716395d55ad17496448a4b2c42557001e9743`](https://sepolia.etherscan.io/address/0xcd8716395d55ad17496448a4b2c42557001e9743#code) |
| [PoolSwapTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolSwapTest.sol) | [`0xe49d2815c231826cab58017e214bed19fe1c2dd4`](https://sepolia.etherscan.io/address/0xe49d2815c231826cab58017e214bed19fe1c2dd4#code) |
| [PoolModifyLiquidityTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolModifyLiquidityTest.sol) | [`0x496cd7097f0bdd32774da3d2f1ef0adf430b7e81`](https://sepolia.etherscan.io/address/0x496cd7097f0bdd32774da3d2f1ef0adf430b7e81#code) |

## Base Sepolia: 84532

| Contract | Address |
|--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| [PoolManager](https://github.com/Uniswap/v4-core/blob/main/src/PoolManager.sol) | [`0xf242ce588b030d0895c51c0730f2368680f80644`](https://sepolia.basescan.org/address/0xf242ce588b030d0895c51c0730f2368680f80644#code) |
| [Universal Router](https://github.com/Uniswap/universal-router/blob/dev/contracts/UniversalRouter.sol) | [`0x927038542746c06F1b2F7F550a3c90AEBdDa4E85`](https://sepolia.basescan.org/address/0x927038542746c06F1b2F7F550a3c90AEBdDa4E85#code) |
| [PositionManager](https://github.com/Uniswap/v4-periphery/blob/main/src/PositionManager.sol) | [`0xa2f16f0bb5dea7c9a6675ec88193471dee805e6e`](https://sepolia.basescan.org/address/0xa2f16f0bb5dea7c9a6675ec88193471dee805e6e#code) |
| [StateView](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/StateView.sol) | [`0xfb3e0c6f74eb1a21cc1da29aec80d2dfe6c9a317`](https://sepolia.basescan.org/address/0xfb3e0c6f74eb1a21cc1da29aec80d2dfe6c9a317#code) |
| [Quoter](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/Quoter.sol) | [`0xf3a39c86dbd13c45365e57fb90fe413371f65af8`](https://sepolia.basescan.org/address/0xf3a39c86dbd13c45365e57fb90fe413371f65af8#code) |
| [PoolSwapTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolSwapTest.sol) | [`0xff34e285f8ed393e366046153e3c16484a4dd674`](https://sepolia.basescan.org/address/0xff34e285f8ed393e366046153e3c16484a4dd674#code) |
| [PoolModifyLiquidityTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolModifyLiquidityTest.sol) | [`0x841b5a0b3dbc473c8a057e2391014aa4c4751351`](https://sepolia.basescan.org/address/0x841b5a0b3dbc473c8a057e2391014aa4c4751351#code) |
| [PoolManager](https://github.com/Uniswap/v4-core/blob/main/src/PoolManager.sol) | [`0x7da1d65f8b249183667cde74c5cbd46dd38aa829`](https://sepolia.basescan.org/address/0x7da1d65f8b249183667cde74c5cbd46dd38aa829#code) |
| [Universal Router](https://github.com/Uniswap/universal-router/blob/dev/contracts/UniversalRouter.sol) | [`0x95273d871c8156636e114b63797d78D7E1720d81`](https://sepolia.basescan.org/address/0x95273d871c8156636e114b63797d78D7E1720d81#code) |
| [PositionManager](https://github.com/Uniswap/v4-periphery/blob/main/src/PositionManager.sol) | [`0xcdbe7b1ed817ef0005ece6a3e576fbae2ea5eafe`](https://sepolia.basescan.org/address/0xcdbe7b1ed817ef0005ece6a3e576fbae2ea5eafe#code) |
| [StateView](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/StateView.sol) | [`0xe521e3c12d2faaa931ae79602278480c91c50f92`](https://sepolia.basescan.org/address/0xe521e3c12d2faaa931ae79602278480c91c50f92#code) |
| [Quoter](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/Quoter.sol) | [`0xeb1aadac0a10ac2edfcbe496c3bcbc1dea4f994b`](https://sepolia.basescan.org/address/0xeb1aadac0a10ac2edfcbe496c3bcbc1dea4f994b#code) |
| [PoolSwapTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolSwapTest.sol) | [`0x96e3495b712c6589f1d2c50635fde68cf17ac83c`](https://sepolia.basescan.org/address/0x96e3495b712c6589f1d2c50635fde68cf17ac83c#code) |
| [PoolModifyLiquidityTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolModifyLiquidityTest.sol) | [`0xc94a4c0a89937e278a0d427bb393134e68d5ec09`](https://sepolia.basescan.org/address/0xc94a4c0a89937e278a0d427bb393134e68d5ec09#code) |

0 comments on commit 116ce3f

Please sign in to comment.