Skip to content

Commit

Permalink
feat: add v2 deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
marktoda committed Aug 16, 2023
1 parent 478035a commit d8747bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contracts/v2/reference/smart-contracts/01-factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d8747bb

Please sign in to comment.