Enable Light Client server by default (#6950)

This commit is contained in:
Eitan Seri-Levi
2025-02-10 03:27:03 +02:00
committed by GitHub
parent e3e21f7516
commit afdda83798
7 changed files with 48 additions and 17 deletions

View File

@@ -124,7 +124,7 @@ impl Default for ChainConfig {
genesis_backfill: false,
always_prepare_payload: false,
epochs_per_migration: crate::migrate::DEFAULT_EPOCHS_PER_MIGRATION,
enable_light_client_server: false,
enable_light_client_server: true,
malicious_withhold_count: 0,
enable_sampling: false,
blob_publication_batches: 4,