diff --git a/src/Nethermind/Nethermind.Specs/ChainSpecStyle/ChainSpecBasedSpecProvider.cs b/src/Nethermind/Nethermind.Specs/ChainSpecStyle/ChainSpecBasedSpecProvider.cs index ae7de631a49..8e89b0dc86b 100644 --- a/src/Nethermind/Nethermind.Specs/ChainSpecStyle/ChainSpecBasedSpecProvider.cs +++ b/src/Nethermind/Nethermind.Specs/ChainSpecStyle/ChainSpecBasedSpecProvider.cs @@ -262,8 +262,8 @@ private void SetMaxAndTargetBlobCount(ChainSpec chainSpec, ReleaseSpec spec, ulo } else { - spec.TargetBlobCount = 0; - spec.MaxBlobCount = 0; + spec.TargetBlobCount = 3; + spec.MaxBlobCount = 6; } }