Skip to content

Commit

Permalink
deployments so far
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepoint committed Sep 10, 2024
1 parent 0edb8af commit 49350f6
Showing 1 changed file with 27 additions and 20 deletions.
47 changes: 27 additions & 20 deletions docs/contracts/v4/deployments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,35 @@ sidebar_position: 1.1

# Uniswap v4 Deployments

Uniswap v4 is NOT live on a production environment yet

However, there are deployments to testnet environments. Please be aware the deployments may not
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)

## Sepolia: 11155111

| Contract | Address |
|-------------------------|--------------------------------------------|
| PoolManager | 0xA |
| PoolModifyLiquidityTest | 0xB |
| PoolSwapTest | 0xC |
| PositionManager | 0xD |
| StateView | 0xE |
| Quoter | 0xF |
| ViewQuoter | 0xG |
| Universal Router | 0xH |
| Contract | Address |
|--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| [PoolManager](https://github.com/Uniswap/v4-core/blob/main/src/PoolManager.sol) | [`0xf242ce588b030d0895c51c0730f2368680f80644`](https://sepolia.etherscan.io/address/0xf242ce588b030d0895c51c0730f2368680f80644#code) |
| [Universal Router](https://github.com/Uniswap/universal-router/blob/dev/contracts/UniversalRouter.sol) | [`0x0000000000000000000000000000000000000000`](https://sepolia.etherscan.io/address/0x0000000000000000000000000000000000000000#code) |
| [PositionManager](https://github.com/Uniswap/v4-periphery/blob/main/src/PositionManager.sol) | [`0x0000000000000000000000000000000000000000`](https://sepolia.etherscan.io/address/0x0000000000000000000000000000000000000000#code) |
| [StateView](https://github.com/Uniswap/v4-periphery/blob/main/src/lens/StateView.sol) | [`0xc7a3b85d43ff66ad98a895de0eae4b9e24c932d7`](https://sepolia.etherscan.io/address/0xc7a3b85d43ff66ad98a895de0eae4b9e24c932d7#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) | [`0x841b5a0b3dbc473c8a057e2391014aa4c4751351`](https://sepolia.etherscan.io/address/0x841b5a0b3dbc473c8a057e2391014aa4c4751351#code) |
| [PoolModifyLiquidityTest](https://github.com/Uniswap/v4-core/blob/main/src/test/PoolModifyLiquidityTest.sol) | [`0x39bf2eff94201cfaa471932655404f63315147a4`](https://sepolia.etherscan.io/address/0x39bf2eff94201cfaa471932655404f63315147a4#code) |

(@TODO: update universal router link hehe)

## Base Sepolia: 84532

| Contract | Address |
|-------------------------|--------------------------------------------|
| PoolManager | 0xA |
| PoolModifyLiquidityTest | 0xB |
| PoolSwapTest | 0xC |
| PositionManager | 0xD |
| StateView | 0xE |
| Quoter | 0xF |
| ViewQuoter | 0xG |
| Universal Router | 0xH |
| 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) |

0 comments on commit 49350f6

Please sign in to comment.