Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f06b41d

Browse files
fix: update factory address
1 parent 8712d6e commit f06b41d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/factory-deployer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Metapool Factory: Deployer and Registry
66

77
The ``Factory`` contract is used to deploy new Curve pools and to find existing ones. It is deployed to the mainnet at the following address:
88

9-
`0x0959158b6040D32d04c301A72CBFD6b39E21c9AE <https://etherscan.io/address/0x0959158b6040D32d04c301A72CBFD6b39E21c9AE>`_
9+
`0xB9fC157394Af804a3578134A6585C0dc9cc990d4 <https://etherscan.io/address/0xB9fC157394Af804a3578134A6585C0dc9cc990d4>`_
1010

1111
Source code for this contract is may be viewed on `Github <https://github.com/curvefi/curve-factory/blob/master/contracts/Factory.vy>`_.
1212

@@ -34,7 +34,7 @@ Deploying a Pool
3434

3535
.. code-block:: python
3636
37-
>>> factory = Contract('0x0959158b6040D32d04c301A72CBFD6b39E21c9AE')
37+
>>> factory = Contract('0xB9fC157394Af804a3578134A6585C0dc9cc990d4')
3838
>>> esd = Contract('0x36F3FD68E7325a35EB768F1AedaAe9EA0689d723')
3939
>>> threepool = Contract('0xbEbc44782C7dB0a1A60Cb6fe97d0b483032FF1C7')
4040

docs/ref-addresses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ The metapool factory allows for the permissionless deployment of Curve metapools
304304
.. csv-table::
305305
:header: "Name", "Source", "Address"
306306

307-
Factory, `Factory.vy <https://github.com/curvefi/curve-factory/blob/master/contracts/Factory.vy>`_, `0x0959158b6040D32d04c301A72CBFD6b39E21c9AE <https://etherscan.io/address/0x0959158b6040D32d04c301A72CBFD6b39E21c9AE>`_
307+
Factory, `Factory.vy <https://github.com/curvefi/curve-factory/blob/master/contracts/Factory.vy>`_, `0xB9fC157394Af804a3578134A6585C0dc9cc990d4 <https://etherscan.io/address/0xB9fC157394Af804a3578134A6585C0dc9cc990d4>`_
308308
Migrator, `PoolMigrator.vy <https://github.com/curvefi/curve-factory/blob/master/contracts/PoolMigrator.vy>`_, `0xd6930b7f661257DA36F93160149b031735237594 <https://etherscan.io/address/0xd6930b7f661257DA36F93160149b031735237594>`_
309309

310310

0 commit comments

Comments
 (0)