From 13a81c44bed37d2e8e1f1c5c6f3042a716bf046e Mon Sep 17 00:00:00 2001 From: Rachel-Eichenberger <60412342+Rachel-Eichenberger@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:05:01 -0700 Subject: [PATCH] Fix: Remove Goerli Removed all references of Goerli based on depreciation and no longer in SDK. Goerli is being depreciated, and has stopped producing some blocks... Goerli has been removed from the SDK https://github.com/Uniswap/docs/pull/683#discussion_r1541939153 https://github.com/Uniswap/routing-api/pull/500 --- .../contracts/v3/reference/deployments/Arbitrum-Deployments.md | 1 - .../contracts/v3/reference/deployments/Ethereum-Deployments.md | 3 +-- .../contracts/v3/reference/deployments/Optimism-Deployments.md | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/contracts/v3/reference/deployments/Arbitrum-Deployments.md b/docs/contracts/v3/reference/deployments/Arbitrum-Deployments.md index 85661d090..83c73884d 100644 --- a/docs/contracts/v3/reference/deployments/Arbitrum-Deployments.md +++ b/docs/contracts/v3/reference/deployments/Arbitrum-Deployments.md @@ -58,5 +58,4 @@ The Uniswap Protocol supports trading of ERC20 tokens. In order to swap a native | Network | ChainId | Wrapped Native Token | Address | | ------------------- | -------- | -------------------- | -------------------------------------------- | | Arbitrum | `42161` | WETH | `0x82aF49447D8a07e3bd95BD0d56f35241523fBab1` | -| Arbitrum Goerli | `421613` | WETH | `0xe39Ab88f8A4777030A534146A9Ca3B52bd5D43A3` | | Arbitrum Sepolia | `421614` | WETH | `0x980B62Da83eFf3D4576C647993b0c1D7faf17c73` | diff --git a/docs/contracts/v3/reference/deployments/Ethereum-Deployments.md b/docs/contracts/v3/reference/deployments/Ethereum-Deployments.md index 53e107510..d81fc0e99 100644 --- a/docs/contracts/v3/reference/deployments/Ethereum-Deployments.md +++ b/docs/contracts/v3/reference/deployments/Ethereum-Deployments.md @@ -7,7 +7,7 @@ title: Ethereum Deployments The latest version of `@uniswap/v3-core`, `@uniswap/v3-periphery`, and `@uniswap/swap-router-contracts` are deployed at the addresses listed below. Integrators should **no longer assume that they are deployed to the same addresses across chains** and be extremely careful to confirm mappings below. -| Contract | Mainnet, Goerli Addresses | Ethereum Sepolia Addresses | +| Contract | Mainnet | Ethereum Sepolia Addresses | | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------- | -------------------------------------------- | | [UniswapV3Factory](https://github.com/Uniswap/uniswap-v3-core/blob/v1.0.0/contracts/UniswapV3Factory.sol) | `0x1F98431c8aD98523631AE4a59f267346ea31F984` | `0x0227628f3F023bb0B980b67D528571c95c6DaC1c` | | [Multicall](https://etherscan.io/address/0x1F98415757620B543A52E61c46B32eB19261F984#code) | `0x1F98415757620B543A52E61c46B32eB19261F984` | `` | @@ -59,6 +59,5 @@ The Uniswap Protocol supports trading of ERC20 tokens. In order to swap a native | Network | ChainId | Wrapped Native Token | Address | | ------------------- | ----------- | -------------------- | -------------------------------------------- | | Ethereum | `1` | WETH | `0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2` | -| Goerli | `5` | WETH | `0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6` | | Sepolia | `11155111` | WETH | `0xfff9976782d46cc05630d1f6ebab18b2324d6b14` | diff --git a/docs/contracts/v3/reference/deployments/Optimism-Deployments.md b/docs/contracts/v3/reference/deployments/Optimism-Deployments.md index cfb1c9910..6fcfe0ac9 100644 --- a/docs/contracts/v3/reference/deployments/Optimism-Deployments.md +++ b/docs/contracts/v3/reference/deployments/Optimism-Deployments.md @@ -58,5 +58,4 @@ The Uniswap Protocol supports trading of ERC20 tokens. In order to swap a native | Network | ChainId | Wrapped Native Token | Address | | ------------------- | -------- | -------------------- | -------------------------------------------- | | Optimism | `10` | WETH | `0x4200000000000000000000000000000000000006` | -| Optimism Goerli | `420` | WETH | `0x4200000000000000000000000000000000000006` | | Optimism Sepolia | `137` | WETH | `0x4200000000000000000000000000000000000006` |