Skip to content

Commit

Permalink
Merge of #4998
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 20, 2024
2 parents 01ec42e + 756a528 commit 42aaddb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ as the canonical staking deposit contract address.
The [Lighthouse Book](https://lighthouse-book.sigmaprime.io) contains information for users and
developers.

The Lighthouse team maintains a blog at [lighthouse-blog.sigmaprime.io][blog] which contains periodical
The Lighthouse team maintains a blog at [lighthouse-blog.sigmaprime.io][blog] which contains periodic
progress updates, roadmap insights and interesting findings.

## Branches
Expand Down
4 changes: 2 additions & 2 deletions account_manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Simply run `./account_manager generate` to generate a new random private key,
which will be automatically saved to the correct directory.

If you prefer to use our "deterministic" keys for testing purposes, simply
run `./accounts_manager generate_deterministic -i <index>`, where `index` is
run `./account_manager generate_deterministic -i <index>`, where `index` is
the validator index for the key. This will reliably produce the same key each time
and save it to the directory.
and save it to the directory.
4 changes: 2 additions & 2 deletions book/src/lighthouse-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Siren is a user interface built for Lighthouse that connects to a Lighthouse Bea
a Lighthouse Validator Client to monitor performance and display key validator
metrics.

The UI is currently in active development. Its resides in the
The UI is currently in active development. It resides in the
[Siren](https://github.com/sigp/siren) repository.

## Topics
Expand All @@ -30,5 +30,5 @@ information:

## Contributing

If you find and issue or bug or would otherwise like to help out with the
If you find an issue or bug or would otherwise like to help out with the
development of the Siren project, please submit issues and PRs to the [Siren](https://github.com/sigp/siren) repository.
2 changes: 1 addition & 1 deletion book/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The additional requirements for developers are:
some dependencies. See [`Installation Guide`](./installation.md) for more info.
- [`java 17 runtime`](https://openjdk.java.net/projects/jdk/). 17 is the minimum,
used by web3signer_tests.
- [`libpq-dev`](https://www.postgresql.org/docs/devel/libpq.html). Also know as
- [`libpq-dev`](https://www.postgresql.org/docs/devel/libpq.html). Also known as
`libpq-devel` on some systems.
- [`docker`](https://www.docker.com/). Some tests need docker installed and **running**.

Expand Down
2 changes: 1 addition & 1 deletion book/src/validator-manager-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ Duplicate validators are ignored, ignoring 0xab6e29f1b98fedfca878edce2b471f1b5ee
Re-uploaded keystore 1 of 6 to the VC
```

The guide is complete.
The guide is complete.
2 changes: 1 addition & 1 deletion book/src/voluntary-exit.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In order to initiate an exit, users can use the `lighthouse account validator ex

- The `--keystore` flag is used to specify the path to the EIP-2335 voting keystore for the validator. The path should point directly to the validator key `.json` file, _not_ the folder containing the `.json` file.

- The `--beacon-node` flag is used to specify a beacon chain HTTP endpoint that confirms to the [Beacon Node API](https://ethereum.github.io/beacon-APIs/) specifications. That beacon node will be used to validate and propagate the voluntary exit. The default value for this flag is `http://localhost:5052`.
- The `--beacon-node` flag is used to specify a beacon chain HTTP endpoint that conforms to the [Beacon Node API](https://ethereum.github.io/beacon-APIs/) specifications. That beacon node will be used to validate and propagate the voluntary exit. The default value for this flag is `http://localhost:5052`.

- The `--network` flag is used to specify the network (default is `mainnet`).

Expand Down

0 comments on commit 42aaddb

Please sign in to comment.