Skip to content

Commit

Permalink
Adding missing bls_keystore documentation (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
valefar-on-discord authored Oct 7, 2024
1 parent 6542d60 commit 105c61d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/generate_bls_to_execution_change_keystore.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ A successful call to this command will result in one [BLS to Execution Change Ke
## Example Usage

```sh
./deposit generate-bls-to-execution-change
./deposit generate-bls-to-execution-change-keystore
```
2 changes: 2 additions & 0 deletions docs/src/quick_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Determine which command best suites what you would like to accomplish:

- **[generate-bls-to-execution-change](generate_bls_to_execution_change.md)**: Update your withdrawal credentials of existing validators. It is **required** to have the corresponding mnemonic.

- **[generate-bls-to-execution-change-keystore](generate_bls_to_execution_change_keystore.md)**: Sign an update withdrawal credentials message using your validator keystore.

- **[exit-transaction-keystore](exit_transaction_keystore.md)**: Generate an exit message using the keystore of your validators.

- **[exit-transaction-mnemonic](exit_transaction_mnemonic.md)**: Generate an exit message using the mnemonic of your validators.
Expand Down

0 comments on commit 105c61d

Please sign in to comment.