Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from dappnode/update-setup-wizard
Browse files Browse the repository at this point in the history
fix typos and add info for new options in setup wizard
  • Loading branch information
alexpeterson91 authored Mar 23, 2023
2 parents 7b67fb7 + 3d3b4dd commit a78bd0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fields:
You can read about the differences [here](https://besu.hyperledger.org/en/stable/Concepts/Data-Storage-Formats).
Standard is BONSAI.
Default storage format is BONSAI.
target:
type: environment
name: STORAGE_FORMAT
Expand All @@ -35,13 +35,13 @@ fields:
- title: Sync Mode
id: sync_mode
description: >-
Besu can use one of three sync modes, FULL (slow, archive node), FAST (fast, full node) or X_SNAP (fastest, experimental and works with BONSAI).
Besu can use one of three sync modes, FULL (slow, archive node), FAST (fast, full node), X_SNAP (faster, experimental and works with BONSAI), and X_CHECKPOINT (Fastest, and latest sync method works with BONSAI).
You can read about the differences [here](https://besu.hyperledger.org/en/stable/Reference/CLI/CLI-Syntax/#sync-mode).
Standard is FULL.
Default sync mode is FAST.
target:
type: environment
name: SYNC_MODE
Expand Down

0 comments on commit a78bd0e

Please sign in to comment.