From 7486458b73530ac25d367b1e4a346967c60c75c0 Mon Sep 17 00:00:00 2001 From: dapplion <35266934+dapplion@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:47:54 +0200 Subject: [PATCH] Set MAX_BLOBS_PER_BLOCK to 1/2 --- consensus/config/gnosis.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consensus/config/gnosis.yaml b/consensus/config/gnosis.yaml index 613fb93..dd74681 100644 --- a/consensus/config/gnosis.yaml +++ b/consensus/config/gnosis.yaml @@ -137,8 +137,8 @@ MAX_REQUEST_BLOB_SIDECARS: 768 MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 16384 # `6` BLOB_SIDECAR_SUBNET_COUNT: 6 -## `uint64(6)` -MAX_BLOBS_PER_BLOCK: 6 +## `uint64(2)` +MAX_BLOBS_PER_BLOCK: 2 # EIP7594 NUMBER_OF_COLUMNS: 128