Update staking-deposit-cli to ethstaker-deposit-cli (#7518)

This commit is contained in:
chonghe
2025-06-03 12:13:57 +08:00
committed by GitHub
parent ae30480926
commit f67068e1ec
19 changed files with 37 additions and 35 deletions

View File

@@ -43,7 +43,7 @@ pub fn cli_app() -> Command {
contains all the validator keystores and other validator data. This file can then \
be imported to a validator client using the \"import-validators\" command. \
Another, optional JSON file is created which contains a list of validator \
deposits in the same format as the \"ethereum/staking-deposit-cli\" tool.",
deposits in the same format as the \"ethstaker-deposit-cli\" tool.",
)
.arg(
Arg::new(OUTPUT_PATH_FLAG)
@@ -487,7 +487,7 @@ impl ValidatorsAndDeposits {
};
// Create a JSON structure equivalent to the one generated by
// `ethereum/staking-deposit-cli`.
// `ethstaker-deposit-cli`.
let json_deposit = StandardDepositDataJson::new(
&voting_keypair,
withdrawal_credentials.into(),