Skip to content

Commit

Permalink
Update join-csm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HubertIGL authored Dec 24, 2024
1 parent a3044f5 commit 7c7e668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/staking-modules/csm/join-csm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CSM accepts deposit data in the same [format](/contracts/node-operators-registry

[`deposit signature`](https://github.com/ethereum/consensus-specs/blob/v1.4.0/specs/phase0/beacon-chain.md#signingdata) **must** sign the root of the `(deposit_message, domain)`. Where a `domain` is used to identify the chain, and `deposit_message` has the form of the following tuple:
- `validator pubkey`;
- `withdrawal_credentials` with actual [`Lido Withdrawal Vault contract`](/contracts/withdrawal-vault) address. Should be retrieved from [Staring Router](/contracts/staking-router.md#getwithdrawalcredentials);
- `withdrawal_credentials` with actual [`Lido Withdrawal Vault contract`](/contracts/withdrawal-vault) address. Should be retrieved from [Staking Router](/contracts/staking-router.md#getwithdrawalcredentials);
- `32 ETH amount`;

## Bond
Expand Down

0 comments on commit 7c7e668

Please sign in to comment.