Skip to content

Commit 49b17d2

Browse files
authored
Merge pull request #794 from lidofinance/feat/chores
chore: add Token Rate Notifier on mainnet and polish mainnet and hood…
2 parents 1a89b1e + ba773a8 commit 49b17d2

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

docs/deployed-contracts/hoodi.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# Hoodi
22

3-
:::info **Primary Lido Protocol Testnet**
3+
:::tip 📘 **Lido V3 Technical Paper**
4+
5+
Learn about the next evolution of Lido staking with **stVaults** — user-defined validator setups with optional stETH liquidity. Read the complete [**Lido V3 Technical Paper**](/lido-v3-whitepaper) for architecture details, mechanisms, and implementation specifics.
46

5-
Hoodi is the main operational and actively maintained Lido protocol testnet.
7+
:::
8+
9+
:::info **Primary Lido Protocol Testnet**
610

7-
🆕 This deployment features the latest Lido V3 implementation (testnet-3 with stVaults) and mirrors the anticipated mainnet configuration for comprehensive testing.
11+
Hoodi is the primary operational and actively maintained Lido protocol testnet. This page lists the contract addresses for the testnet, including all deployed protocol components and extensions used for testing.
812

913
**Deployment Information:**
1014

11-
- ⚓ Lido protocol version: [**`v3.0.0-rc.5`**](https://github.com/lidofinance/core/releases/tag/v3.0.0-rc.5) (Lido V3 with stVaults)
12-
- 🌐 Network: Hoodi testnet
13-
- ✅ Status: Active and maintained
15+
-**Lido protocol version**: [**`v3.0.1`**](https://github.com/lidofinance/core/releases/tag/v3.0.1) (Lido V3 with stVaults — see [Technical Paper](/lido-v3-whitepaper))
16+
- 🌐 **Network**: Ethereum Hoodi (Chain ID: `560048`)
17+
-**Status**: Active and maintained
1418

1519
**Key Resources on Lido V3:**
1620

17-
- 🏗️ [stVaults Technical Design Document](https://hackmd.io/@lido/stVaults-design)
1821
- 🔌 [stVaults Documentation Center](/run-on-lido/stvaults/)
19-
- 🛡️ [stVaults Predeposit Guarantee (PDG) Guide](/run-on-lido/stvaults/tech-documentation/pdg)
2022

2123
:::
2224

docs/deployed-contracts/index.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ Learn about the next evolution of Lido staking with **stVaults** — user-define
1212

1313
:::info **Production Lido Protocol Deployment**
1414

15-
This page lists production contract addresses on Mainnets — including Ethereum and other networks, where the protocol and its parts/extensions are deployed.
15+
This page lists production contract addresses on mainnets, including Ethereum and other networks where the protocol and its components are deployed.
1616

1717
**Deployment Information:**
1818

19-
- ⚓ Lido protocol version: [**`v3.0.0`**](https://github.com/lidofinance/core/releases/tag/v3.0.0)
20-
- Lido V3 version line features stVaults architecture with overcollateralized stETH minting — see [Technical Paper](/lido-v3-whitepaper)
19+
- ⚓ Lido protocol version: [**`v3.0.1`**](https://github.com/lidofinance/core/releases/tag/v3.0.1)
20+
- 🌐 Network: Ethereum Mainnet (Chain ID: `1`)
2121
- ✅ Status: Active and maintained
2222

23+
**Key Resources on Lido V3:**
24+
25+
- 🔌 [stVaults Documentation Center](/run-on-lido/stvaults/)
26+
2327
:::
2428

2529
## 🏛️ Core Protocol {#core-protocol}
@@ -124,6 +128,10 @@ This page lists production contract addresses on Mainnets — including Ethereum
124128
- DataBus on Optimism: [`0x37De961D6bb5865867aDd416be07189D2Dd960e6`](https://optimistic.etherscan.io/address/0x37De961D6bb5865867aDd416be07189D2Dd960e6)
125129
- DataBus on Polygon PoS: [`0x37De961D6bb5865867aDd416be07189D2Dd960e6`](https://polygonscan.com/address/0x37De961D6bb5865867aDd416be07189D2Dd960e6)
126130

131+
## 🔄 Post Token Rebase Receiver {#post-token-rebase-receiver}
132+
133+
- Token Rate Notifier: [`0x25e35855783bec3E49355a29e110f02Ed8b05ba9`](https://etherscan.io/address/0x25e35855783bec3E49355a29e110f02Ed8b05ba9)
134+
127135
## 🧩 Staking Modules {#staking-modules}
128136

129137
### 🔒 Curated Module {#curated-module}

0 commit comments

Comments
 (0)