Skip to content

Commit

Permalink
Add deposit snapshot information (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh authored Dec 8, 2023
1 parent 11fc963 commit 6e1afc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ If it can't download the finalized state, it tries to download the genesis state
See [this community-maintained list of checkpoint state endpoints](https://eth-clients.github.io/checkpoint-sync-endpoints/).
:::

When this option is set, and `--deposit-snapshot-enabled` is also not set or disabled,
the `--checkpoint-sync-url` value will be used to determine the deposit snapshot.

### config-file

<Tabs>
Expand Down Expand Up @@ -819,6 +822,8 @@ from the execution layer. The malicious peer can't follow up the chain, and so c
deposit tree snapshot.
:::

When this option is not set or is disabled, the `--checkpoint-sync-url` value will be used if provided to find the deposit snapshot URL.

### exchange-capabilities-monitoring-enabled

<Tabs>
Expand Down

1 comment on commit 6e1afc1

@vercel
Copy link

@vercel vercel bot commented on 6e1afc1 Dec 8, 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.