Skip to content

Commit 65eaa1f

Browse files
authored
Merge pull request #791 from lidofinance/chore/wrapper-hoodi-address
chore: update Vaults Wrapper Hoodi factory address (Testnet 5 -> 9)
2 parents eea885d + f3fdd1b commit 65eaa1f

File tree

1 file changed

+4
-33
lines changed

1 file changed

+4
-33
lines changed

run-on-lido/stvaults/building-guides/pooled-staking-product.md

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DeFi Wrapper supports three product archetypes:
4949

5050
**Use case:** End-user staking product with higher risk/yield profile through the connected curated looping strategy, increasing the amount of ETH on validators. The product lets the Node Operator attract more ETH for validation than end users deposit.
5151

52-
#### 3.2. DeFi strategy (GGV or custom)
52+
#### 3.2. DeFi strategy (custom)
5353

5454
![Boosted APR via DeFi strategy](/img/stvaults/guide-pooled-staking-product/wrapped_products_defi.png)
5555

@@ -65,7 +65,7 @@ DeFi Wrapper supports three product archetypes:
6565
<TabItem value="testnet" label="Testnet">
6666
<ul>
6767
<li><strong>CLI:</strong> <a href="https://lidofinance.github.io/lido-staking-vault-cli/get-started/configuration">Configuration guide</a></li>
68-
<li><strong>DeFi Wrapper Factory (Testnet-5):</strong> <a href="https://hoodi.etherscan.io/address/0xFA97c482E2F586a35576c3aa5b56430129bF1f38#code">0xFA97…1f38</a></li>
68+
<li><strong>DeFi Wrapper Factory (Testnet-9):</strong> <a href="https://hoodi.etherscan.io/address/0xd05ebf24a340ece8b8fb53a170f1171dcd02b4d9#code">0xd05e...b4d9</a></li>
6969
<li><strong>UI template:</strong> <a href="https://github.com/lidofinance/defi-wrapper-widget">defi-wrapper-widget</a></li>
7070
<li><strong>Latest development branch:</strong> <a href="https://github.com/lidofinance/vaults-wrapper/tree/develop">vaults-wrapper (develop)</a></li>
7171
<li><strong>Etherscan:</strong> <a href="https://hoodi.etherscan.io/">hoodi.etherscan.io</a></li>
@@ -119,7 +119,7 @@ Run `yarn start defi-wrapper contracts factory write create-pool-stv -h` for the
119119

120120
Start the deployment like:
121121
```bash
122-
yarn start defi-wrapper contracts factory w create-pool-stv 0xFA97c482E2F586a35576c3aa5b56430129bF1f38 \
122+
yarn start defi-wrapper contracts factory w create-pool-stv 0xd05ebf24a340ece8b8fb53a170f1171dcd02b4d9 \
123123
--nodeOperator 0x0000000000000000000000000000000000000001 \
124124
--nodeOperatorManager 0x0000000000000000000000000000000000000002 \
125125
--nodeOperatorFeeRate 10 \
@@ -140,7 +140,7 @@ Run `yarn start defi-wrapper contracts factory write create-pool-stv-steth -h` f
140140

141141
Start the deployment like:
142142
```bash
143-
yarn start defi-wrapper contracts factory w create-pool-stv-steth 0xFA97c482E2F586a35576c3aa5b56430129bF1f38 \
143+
yarn start defi-wrapper contracts factory w create-pool-stv-steth 0xd05ebf24a340ece8b8fb53a170f1171dcd02b4d9 \
144144
--nodeOperator 0x0000000000000000000000000000000000000001 \
145145
--nodeOperatorManager 0x0000000000000000000000000000000000000002 \
146146
--nodeOperatorFeeRate 10 \
@@ -162,35 +162,6 @@ The minimum recommended value for `reserveRatioGapBP` is `250` (2.5%). It is exp
162162

163163
:::
164164

165-
#### Deployment of `StvGGV` (pool with GGV strategy)
166-
167-
Run `yarn start defi-wrapper contracts factory write create-pool-ggv -h` for the description of the required GGV pool parameters.
168-
169-
Start the deployment like:
170-
171-
```bash
172-
yarn start defi-wrapper contracts factory w create-pool-ggv 0xFA97c482E2F586a35576c3aa5b56430129bF1f38 \
173-
--nodeOperator 0x0000000000000000000000000000000000000001 \
174-
--nodeOperatorManager 0x0000000000000000000000000000000000000002 \
175-
--nodeOperatorFeeRate 10 \
176-
--confirmExpiry 86400 \
177-
--minDelaySeconds 3600 \
178-
--minWithdrawalDelayTime 3600 \
179-
--name "Debug GGV Pool" \
180-
--symbol STV \
181-
--proposer 0x0000000000000000000000000000000000000003 \
182-
--executor 0x0000000000000000000000000000000000000004 \
183-
--emergencyCommittee 0x0000000000000000000000000000000000000005 \
184-
--reserveRatioGapBP 250
185-
```
186-
187-
:::info
188-
189-
Note that for `StvGGV` pools, the allowlist is not configurable: the only address allowed to deposit is the GGV strategy contract itself.
190-
191-
Users do not deposit via the pool directly — they supply to the strategy.
192-
193-
:::
194165

195166
### 2. Create Web UI
196167

0 commit comments

Comments
 (0)