From d8747bb37663ad7e9f0023e7b5c869840e133e6f Mon Sep 17 00:00:00 2001 From: Mark Toda Date: Wed, 16 Aug 2023 15:57:50 -0700 Subject: [PATCH] feat: add v2 deployments --- docs/contracts/v2/reference/smart-contracts/01-factory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contracts/v2/reference/smart-contracts/01-factory.md b/docs/contracts/v2/reference/smart-contracts/01-factory.md index 39cfbe672c..21348f9e24 100644 --- a/docs/contracts/v2/reference/smart-contracts/01-factory.md +++ b/docs/contracts/v2/reference/smart-contracts/01-factory.md @@ -11,7 +11,7 @@ title: Factory # Address -`UniswapV2Factory` is deployed at `0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f` on the Ethereum [mainnet](https://etherscan.io/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f), and the [Ropsten](https://ropsten.etherscan.io/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f), [Rinkeby](https://rinkeby.etherscan.io/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f), [Görli](https://goerli.etherscan.io/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f), and [Kovan](https://kovan.etherscan.io/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f) testnets. It was built from commit [8160750](https://github.com/Uniswap/uniswap-v2-core/tree/816075049f811f1b061bca81d5d040b96f4c07eb). +`UniswapV2Factory` is deployed at `0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f` on Ethereum [mainnet](https://etherscan.io/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f), [Optimism](https://optimistic.etherscan.io/address/0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f), [Arbitrum](https://arbiscan.io/address/0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f), [Base](https://basescan.org/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f), [Avalanche](https://snowtrace.io/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f), [BSC](https://bscscan.com/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f), [Polygon](https://polygonscan.com/address/0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f), [CELO](https://celoscan.io/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f), and the [Ropsten](https://ropsten.etherscan.io/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f), [Rinkeby](https://rinkeby.etherscan.io/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f), [Görli](https://goerli.etherscan.io/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f), and [Kovan](https://kovan.etherscan.io/address/0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f) testnets. It was built from commit [8160750](https://github.com/Uniswap/uniswap-v2-core/tree/816075049f811f1b061bca81d5d040b96f4c07eb). # Events