Skip to content

Commit

Permalink
Merge pull request #522 from chainbound/chore/docs-pubkeys-keystore
Browse files Browse the repository at this point in the history
fix: bolt pubkeys local-keystore command flags
  • Loading branch information
thedevbirb authored Dec 6, 2024
2 parents 8d2a5f1 + c10ec71 commit aa5c1be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bolt-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ bolt pubkeys secret-keys --secret-keys 642e0d33fde8968a48b5f560c1b20143eb82036c1

```text
bolt pubkeys local-keystore \
--path test_data/lighthouse/validators \
--password-path test_data/lighthouse/secrets
--path test_data/lighthouse/validators
```

3. Listing BLS public keys from a remote DIRK keystore
Expand Down
4 changes: 2 additions & 2 deletions testnets/holesky/QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ depending on where your keys are stored:
(with `validators` and `secrets` subdirectories containing the keystores and passwords respectively).

```bash
bolt pubkeys local-keystore --path <validators_path> --password-path <secrets_path>
bolt pubkeys local-keystore --path <validators_path>
```

Example file structure when using `local-keystore` source:
Expand All @@ -94,7 +94,7 @@ Example file structure when using `local-keystore` source:
In this case you would run the command (called from the `validator_keys` directory):

```bash
bolt pubkeys local-keystore --path validators --password-path secrets
bolt pubkeys local-keystore --path validators
```

</details>
Expand Down

0 comments on commit aa5c1be

Please sign in to comment.