Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update yETH addresses #489

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions docs/getting-started/products/ypools/yeth/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,29 @@ For a deeper dive into the math behind the calculation of yETH weighted stable s
| Bootstrap: Deposit, Vote, Claim Incentives | [`0x41B994C192183793bB9cc35bAAb8bD9C6885c6bf`](https://etherscan.io/address/0x41B994C192183793bB9cc35bAAb8bD9C6885c6bf) |
| Bootstrap: Claim st-yETH | [`0x7cf484D9d16BA26aB3bCdc8EC4a73aC50136d491`](https://etherscan.io/address/0x7cf484D9d16BA26aB3bCdc8EC4a73aC50136d491) |
| Guardian | [`0xDC775e813cDB38a4f02c4BAd3942319088018eFA`](https://etherscan.io/address/0xDC775e813cDB38a4f02c4BAd3942319088018eFA) |
| Pool | [`0x2cced4ffA804ADbe1269cDFc22D7904471aBdE63`](https://etherscan.io/address/0x2cced4ffA804ADbe1269cDFc22D7904471aBdE63) |
| Rate Providers | [`0x4e322aeAf355dFf8fb9Fd5D18F3D87667E8f8316`](https://etherscan.io/address/0x4e322aeAf355dFf8fb9Fd5D18F3D87667E8f8316) |
| Pool | [`0x0Ca1bd1301191576Bea9b9afCFD4649dD1Ba6822`](https://etherscan.io/address/0x0Ca1bd1301191576Bea9b9afCFD4649dD1Ba6822) |
| Rate Providers | [`0x90cfBe0fCccfbd6F895E3b065Aa45C56B635903B`](https://etherscan.io/address/0x90cfBe0fCccfbd6F895E3b065Aa45C56B635903B) |

> Due to a redeploy of st-yETH during the bootstrap process the first st-yETH contract has been deprecated, use the `Bootstrap: Claim st-yETH` contract to claim the new version if you participated in the bootstrap phase.

<details className="customDetails">

<summary>

### Deprecated Contract Addresses

</summary>
---

These contracts were deprecated when mevETH was removed from yETH.

| Name | Address |
|--------------------------------------------------|-------------------------------------|
| Deprecated Pool | [`0x2cced4ffA804ADbe1269cDFc22D7904471aBdE63`](https://etherscan.io/address/0x2cced4ffA804ADbe1269cDFc22D7904471aBdE63) |
| Deprecated Rate Providers | [`0x4e322aeAf355dFf8fb9Fd5D18F3D87667E8f8316`](https://etherscan.io/address/0x4e322aeAf355dFf8fb9Fd5D18F3D87667E8f8316) |

</details>

## Management Role

Trusted addresses with privileged access for limited operations. Should eventually be replaced by a smart contract:
Expand Down
Loading