From f356206468ecfcf091a52e48345d61215deb3bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Chodo=C5=82a?= <43241881+kamilchodola@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:05:13 +0200 Subject: [PATCH] Add SnapSync and FastBlocks to Holesky (#6048) --- src/Nethermind/Nethermind.Runner/configs/holesky.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Nethermind/Nethermind.Runner/configs/holesky.cfg b/src/Nethermind/Nethermind.Runner/configs/holesky.cfg index f041f0f69e3..6384adcbde7 100644 --- a/src/Nethermind/Nethermind.Runner/configs/holesky.cfg +++ b/src/Nethermind/Nethermind.Runner/configs/holesky.cfg @@ -6,7 +6,9 @@ "LogFileName": "holesky.logs.txt" }, "Sync": { - "FastSync": true + "FastSync": true, + "SnapSync": true, + "FastBlocks": true }, "Metrics": { "NodeName": "Holesky"