diff --git a/beacon_node/lighthouse_network/src/discovery/enr.rs b/beacon_node/lighthouse_network/src/discovery/enr.rs index 04ae9971502..7415fdaf590 100644 --- a/beacon_node/lighthouse_network/src/discovery/enr.rs +++ b/beacon_node/lighthouse_network/src/discovery/enr.rs @@ -360,7 +360,7 @@ mod test { let config = NetworkConfig::default(); let spec = make_eip7594_spec(); let (mut enr, enr_key) = build_enr_with_config(config, &spec); - let invalid_subnet_count = 99u64; + let invalid_subnet_count = 999u64; enr.insert( PEERDAS_CUSTODY_SUBNET_COUNT_ENR_KEY, diff --git a/consensus/types/src/chain_spec.rs b/consensus/types/src/chain_spec.rs index 0518edab513..10b00d5ba1d 100644 --- a/consensus/types/src/chain_spec.rs +++ b/consensus/types/src/chain_spec.rs @@ -807,7 +807,7 @@ impl ChainSpec { * DAS params */ eip7594_fork_epoch: None, - custody_requirement: 1, + custody_requirement: 4, data_column_sidecar_subnet_count: 128, number_of_columns: 128, @@ -1129,7 +1129,7 @@ impl ChainSpec { * DAS params */ eip7594_fork_epoch: None, - custody_requirement: 1, + custody_requirement: 4, data_column_sidecar_subnet_count: 128, number_of_columns: 128, /*