From e45b53900eed390976e3e25da5ab7c06aafdbe59 Mon Sep 17 00:00:00 2001 From: eddie <66155195+just-toby@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:58:30 -0800 Subject: [PATCH] feat: add v2 addresses --- .../smart-contracts/08-deployment-addresses.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/contracts/v2/reference/smart-contracts/08-deployment-addresses.md diff --git a/docs/contracts/v2/reference/smart-contracts/08-deployment-addresses.md b/docs/contracts/v2/reference/smart-contracts/08-deployment-addresses.md new file mode 100644 index 0000000000..b5bfdcd81a --- /dev/null +++ b/docs/contracts/v2/reference/smart-contracts/08-deployment-addresses.md @@ -0,0 +1,18 @@ +--- +id: v2-deployments +title: V2 Deployment Addresses +--- + +# Uniswap v2 Contract Deployments + +Contract addresses for the [Uniswap V2 Factory](https://github.com/Uniswap/v2-core/blob/master/contracts/UniswapV2Factory.sol) + +| Network | Contract Address | +| ---------------------------------------------------- | ----------------------------------------------- | +| Mainnet, Ropsten, Rinkeby, Goerli, Kovan | `0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f` | +| Arbitrum | `0xf1D7CC64Fb4452F05c498126312eBE29f30Fbcf9` | +| Avalanche | `0x9e5A52f57b3038F1B8EeE45F28b3C1967e22799C` | +| BNB Chain | `0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6` | +| Base | `0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6` | +| Optimism | `0x0c3c1c532F1e39EdF36BE9Fe0bE1410313E074Bf` | +| Polygon | `0x9e5A52f57b3038F1B8EeE45F28b3C1967e22799C` |