From 12293c999aa3ead27934d01e0887c6d48cd6693f Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 21 Dec 2021 16:49:43 +1100 Subject: [PATCH] Bump safe slots --- sync/optimistic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/optimistic.md b/sync/optimistic.md index abf352d07..b67cf85d4 100644 --- a/sync/optimistic.md +++ b/sync/optimistic.md @@ -11,7 +11,7 @@ blocks without verifying the execution payloads. This partial sync is called an |Name|Value|Unit |---|---|---| -|`SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY`| `96` | slots +|`SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY`| `128` | slots *Note: the `SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY` must be user-configurable. See [Fork Choice Poisoning](#fork-choice-poisoning).*