From 0a8ed540146eda6641dc1a761b1c3450521f47c3 Mon Sep 17 00:00:00 2001 From: d3or Date: Tue, 16 Apr 2024 15:30:18 -0400 Subject: [PATCH] fix: fix Etherum -> Ethereum typo --- .../v2/reference/smart-contracts/08-deployment-addresses.md | 2 +- docs/contracts/v3/reference/deployments/deployments.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contracts/v2/reference/smart-contracts/08-deployment-addresses.md b/docs/contracts/v2/reference/smart-contracts/08-deployment-addresses.md index 289c4ae3e..c2f5a5e28 100644 --- a/docs/contracts/v2/reference/smart-contracts/08-deployment-addresses.md +++ b/docs/contracts/v2/reference/smart-contracts/08-deployment-addresses.md @@ -10,7 +10,7 @@ Contract addresses for the [`Uniswap V2 Factory`](https://github.com/Uniswap/v2- | Network | Factory Contract Address | V2Router02 Contract Address | | ---------------------------------------------------- | -------------------------------------------- | -------------------------------------------- | | Mainnet | `0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f` | `0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D` | -| Etherum Sepolia | `0xB7f907f7A9eBC822a80BD25E224be42Ce0A698A0` | `0x425141165d3DE9FEC831896C016617a52363b687` | +| Ethereum Sepolia | `0xB7f907f7A9eBC822a80BD25E224be42Ce0A698A0` | `0x425141165d3DE9FEC831896C016617a52363b687` | | Arbitrum | `0xf1D7CC64Fb4452F05c498126312eBE29f30Fbcf9` | `0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24` | | Avalanche | `0x9e5A52f57b3038F1B8EeE45F28b3C1967e22799C` | `0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24` | | BNB Chain | `0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6` | `0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24` | diff --git a/docs/contracts/v3/reference/deployments/deployments.md b/docs/contracts/v3/reference/deployments/deployments.md index 0a7052e92..b1e6793cd 100644 --- a/docs/contracts/v3/reference/deployments/deployments.md +++ b/docs/contracts/v3/reference/deployments/deployments.md @@ -9,7 +9,7 @@ The Uniswap Protocol is made up of multiple contracts on many networks. Please do not assume contracts are deployed to the same addresses across chains, and be extremely careful to confirm addresses before using a contract. -- [`Etherum`](./Ethereum-Deployments.md) +- [`Ethereum`](./Ethereum-Deployments.md) - [`Arbitrum`](./Arbitrum-Deployments.md) - [`Optimism`](./Optimism-Deployments.md) - [`Polygon`](./Polygon-Deployments.md)