Skip to content

Commit

Permalink
Add ticks (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniefromtheblock authored Dec 19, 2023
1 parent 5dac674 commit 0ea30a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

<Tabs>
<TabItem value="Syntax" label="Syntax" default>
Expand Down Expand Up @@ -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`

<Tabs>
<TabItem value="Syntax" label="Syntax" default>
Expand Down

1 comment on commit 0ea30a6

@vercel
Copy link

@vercel vercel bot commented on 0ea30a6 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.