mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-10 13:01:22 +00:00
28 lines
1.3 KiB
JSON
28 lines
1.3 KiB
JSON
{
|
|
"verify_deposit_data_json": {
|
|
"msg_deposit_verification": "Verifying your deposits:\t"
|
|
},
|
|
"validate_password_strength": {
|
|
"msg_password_length": "The password length should be at least 8. Please retype"
|
|
},
|
|
"validate_int_range": {
|
|
"err_not_positive_integer": "That is not a positive integer. Please retype."
|
|
},
|
|
"validate_choice": {
|
|
"err_invalid_choice": "That is not one of the valid choices. Please retype your choice."
|
|
},
|
|
"validate_eth1_withdrawal_address": {
|
|
"err_invalid_ECDSA_hex_addr": "The given Eth1 address is not in hexadecimal encoded form.",
|
|
"msg_ECDSA_addr_withdrawal": "**[Warning] you are setting an Eth1 address as your withdrawal address. Please ensure that you have control over this address.**"
|
|
},
|
|
"validate_bls_withdrawal_credentials": {
|
|
"err_not_bls_form": "The given withdrawal credentials is not in BLS_WITHDRAWAL_PREFIX form."
|
|
},
|
|
"validate_bls_withdrawal_credentials_matching": {
|
|
"err_not_matching": "The given withdrawal credentials is matching the old BLS withdrawal credentials that mnemonic generated."
|
|
},
|
|
"verify_bls_to_execution_change_json": {
|
|
"msg_bls_to_execution_change_verification": "Verifying your BLSToExecutionChange file:\t"
|
|
}
|
|
}
|