From 0ea30a636ba5f9c569f276274625f1ce4623be3c Mon Sep 17 00:00:00 2001 From: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:19:21 -0800 Subject: [PATCH] Add ticks (#535) --- docs/reference/cli/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/cli/index.md b/docs/reference/cli/index.md index 3904cceca..57400f8c6 100644 --- a/docs/reference/cli/index.md +++ b/docs/reference/cli/index.md @@ -625,7 +625,7 @@ ee-endpoint: "http://localhost:8550" URL of the [execution client's](../../concepts/merge.md#execution-clients) Engine JSON-RPC APIs. This replaces [`eth1-endpoint`](#eth1-endpoint-eth1-endpoints) after [The Merge](../../concepts/merge.md). -### ee-jwt-claim-id +### `ee-jwt-claim-id` @@ -695,7 +695,7 @@ ee-jwt-secret-file: "ee-jwt-secret.hex" Shared secret used to authenticate [execution clients](../../concepts/merge.md#execution-and-consensus-clients) when using the Engine JSON-RPC API. Contents of file must be 32 hex-encoded bytes. May be a relative or absolute path. See an [example of how to generate this](../../get-started/connect/mainnet.md#1-generate-the-shared-secret). -### eth1-deposit-contract-address +### `eth1-deposit-contract-address`