Skip to content

Commit 495413a

Browse files
committed
typos
1 parent 4f80b6f commit 495413a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Commit-Boost is a modular sidecar that allows Ethereum validators to opt-in to d
2626
- [Developers](https://commit-boost.github.io/commit-boost-client/category/developing). Check out also the [examples](/examples)
2727

2828
## Audit
29-
Commit Boost received an audit from [Sigma Prime](https://sigmaprime.io/). Find the report [here](/audit/Sigma_Prime_Commit_Boost_Client_Security_Assessment_Report_v2_0.pdf).
29+
Commit-Boost received an audit from [Sigma Prime](https://sigmaprime.io/). Find the report [here](/audit/Sigma_Prime_Commit_Boost_Client_Security_Assessment_Report_v2_0.pdf).
3030

3131
## Acknowledgements
3232
- [MEV boost](https://github.com/flashbots/mev-boost)

bin/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use clap::Parser;
22

3-
/// Main entry point of the Commit Boost CLI
3+
/// Main entry point of the Commit-Boost CLI
44
#[tokio::main]
55
async fn main() -> eyre::Result<()> {
66
color_eyre::install()?;

docs/docs/get_started/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Modify the `blockrelay.config` file to add Commit-Boost:
299299
}
300300
```
301301

302-
#### Beacon Node to Commit Boost
302+
#### Beacon Node to Commit-Boost
303303
In this setup, the BN Builder-API endpoint will be pointing to the PBS module (e.g. for Lighthouse you will need the flag `--builder=http://127.0.0.0:18550`).
304304

305305
This will bypass the `blockrelay` entirely so make sure all relays are properly configured in the `[[relays]]` section.

provisioning/k8s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Commit boost on k8s
1+
# Commit-Boost on k8s
22

33
Currently, only the PBS module is supported and it can be used as a
44
drop-in replacement to mev-boost. To quickly install it, from the

scripts/build_local_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
# Commit Boost needs the default pbs and signer module images to be available. For local development, build these based on the ./docker folder
5+
# Commit-Boost needs the default pbs and signer module images to be available. For local development, build these based on the ./docker folder
66
# The image names match the ones in common::config
77

88
docker build -t commitboost_pbs_default . -f ./provisioning/pbs.Dockerfile

0 commit comments

Comments
 (0)