From 88e8a2818a39f64a44937593fbb33d8921e47f5f Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Fri, 8 Sep 2023 14:31:57 +0300 Subject: [PATCH] Add the new options to the Nimbus guide --- docs/the_nimbus_book/src/options.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/the_nimbus_book/src/options.md b/docs/the_nimbus_book/src/options.md index 8c834ea55..270151248 100644 --- a/docs/the_nimbus_book/src/options.md +++ b/docs/the_nimbus_book/src/options.md @@ -65,6 +65,10 @@ The following options are available: --weak-subjectivity-checkpoint Weak subjectivity checkpoint in the format block_root:epoch_number. --sync-light-client Accelerate execution layer sync using light client [=true]. --finalized-checkpoint-state SSZ file specifying a recent finalized state. + --genesis-state SSZ file specifying the genesis state of the network (for networks without a + built-in genesis state). + --genesis-state-url URL for obtaining the genesis state of the network (for networks without a + built-in genesis state). --finalized-deposit-tree-snapshot SSZ file specifying a recent finalized EIP-4881 deposit tree snapshot. --node-name A name for this node that will appear in the logs. If you set this to 'auto', a persistent automatically generated ID will be selected for each --data-dir