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

adding CSM info to group quickstart #426

Closed
wants to merge 1 commit into from
Closed
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
43 changes: 37 additions & 6 deletions docs/start/quickstart_group.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,8 @@ For Step 2, select the "Creator" tab if you are coordinating the creation of the
You will use the Launchpad to create an invitation, and share it with
the operators.
<br />
This video shows the flow within the{" "}
<a href="/docs/dvl/intro#dv-launchpad-links" target="_blank">
DV Launchpad
</a>
:
This video shows the flow within the {" "}
<a href="/docs/dvl/intro#dv-launchpad-links" target="_blank">DV Launchpad:</a>
</p>
<p align="center">
<iframe
Expand Down Expand Up @@ -192,11 +189,30 @@ For Step 2, select the "Creator" tab if you are coordinating the creation of the
be functioning for the validator(s) to stay active.
</li>
</ul>
:::info
If you are configuring a cluster for use within Lido's Community Stake Module (CSM),
in the following steps you need to:
<ul>
<li>
Set the <code>validators</code> field to 1. (only 1 CSM Validator can be deployed per cluster via the launchpad).
</li>
<li>
Set the <code>withdrawal configuration</code> to <code>custom</code>.
</li>
<li>
Set <code>withdrawal address</code> to Lido’s Withdrawal Vault Address: 0xF0179dEC45a37423EAD4FaD5fCb136197872EAd9 per [Lido’s documentation](https://docs.lido.fi/deployed-contracts/holesky/).
</li>
<li>
Set the <code>fee recipient</code> to Lido’s Execution Layer Rewards Vault Address: 0xE73a3602b99f1f913e72F8bdcBC235e206794Ac8 per Lido’s [documentation](https://docs.lido.fi/deployed-contracts/holesky/).
Comment on lines +203 to +206
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think showing holesky addresses here is a bad idea, I don't believe this guide is network specific anywhere other than this.

</li>
</ul>
:::
<li>
Input the Ethereum addresses for each operator that you collected
previously. If you will be taking part as an operator, click the
"Use My Address" button for Operator 1.
</li>

<ul>
<li>
Select the desired amount of validators (32 ETH each) the
Expand All @@ -209,7 +225,7 @@ For Step 2, select the "Creator" tab if you are coordinating the creation of the
the "What is your charon client's ENR?" field.
</li>
<li>
Enter the <code>Principal address</code> which should receive
Enter the <code>Withdrawal Address</code> which should receive
the principal 32 ETH and the accrued consensus layer rewards
when the validator is exited. This can optionally be set to the
contract address of a multisig / splitter contract.
Expand Down Expand Up @@ -261,6 +277,21 @@ For Step 2, select the "Creator" tab if you are coordinating the creation of the
<p>
You will use the CLI to create the cluster definition file, which you
will distribute it to the operators manually.
:::info
If you are configuring a cluster for use within Lido's Community Stake Module (CSM),
in the following steps you need to:
<ul>
<li>
Set <code>num-validators=1</code>. (only 1 CSM Validator can be deployed per cluster via the launchpad).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the CLI section, not sure this is needed

</li>
<li>
Set <code>fee-recipient-address="0xE73a3602b99f1f913e72F8bdcBC235e206794Ac8"</code>. This is Lido’s Execution Layer Rewards Vault Address, per the Lido [documentation](https://docs.lido.fi/deployed-contracts/holesky/).
</li>
<li>
Set <code>withdrawal-addresses="0xF0179dEC45a37423EAD4FaD5fCb136197872EAd9"</code>. This is Lido’s Withdrawal Vault Address, per the Lido [documentation](https://docs.lido.fi/deployed-contracts/holesky/).
</li>
</ul>
:::
<ol>
<li>
The leader or creator of the cluster will prepare the
Expand Down
Loading