From ae723865532a2c980269a64dfb50cf23a8c663e1 Mon Sep 17 00:00:00 2001 From: thedevbirb Date: Thu, 24 Oct 2024 10:22:06 +0200 Subject: [PATCH] fix(holesky): formatting in README --- testnets/holesky/README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/testnets/holesky/README.md b/testnets/holesky/README.md index cfdf062da..6089342c1 100644 --- a/testnets/holesky/README.md +++ b/testnets/holesky/README.md @@ -600,8 +600,8 @@ Command-line options for the Bolt sidecar Usage: bolt-sidecar [OPTIONS] --validator-indexes --engine-jwt-hex --fee-recipient --builder-private-key --commitment-private-key <--constraint-private-key |--commit-boost-signer-url |--keystore-password |--keystore-secrets-path > Options: ---port -Port to listen on for incoming JSON-RPC requests of the Commitments API. This port should be open on your firewall in order to receive external requests! + --port + Port to listen on for incoming JSON-RPC requests of the Commitments API. This port should be open on your firewall in order to receive external requests! [env: BOLT_SIDECAR_PORT=] [default: 8017] @@ -637,8 +637,11 @@ Port to listen on for incoming JSON-RPC requests of the Commitments API. This po [default: 18550] --validator-indexes - Validator indexes of connected validators that the sidecar should accept commitments on behalf of. Accepted values: - a comma-separated list of indexes (e.g. "1,2,3,4") - a contiguous range of indexes (e.g. "1..4") - a mix of the - above (e.g. "1,2..4,6..8") + Validator indexes of connected validators that the sidecar should accept commitments on behalf of. + Accepted values: + - a comma-separated list of indexes (e.g. "1,2,3,4") + - a contiguous range of indexes (e.g. "1..4") + - a mix of the above (e.g. "1,2..4,6..8") [env: BOLT_SIDECAR_VALIDATOR_INDEXES=] @@ -745,8 +748,8 @@ Port to listen on for incoming JSON-RPC requests of the Commitments API. This po --disable-metrics [env: BOLT_SIDECAR_DISABLE_METRICS=] --h, --help -Print help (see a summary with '-h') + -h, --help + Print help (see a summary with '-h') ```