Skip to content

Commit

Permalink
das network params
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Aug 21, 2024
1 parent 17a81ee commit 5c05453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beacon_node/lighthouse_network/src/discovery/enr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions consensus/types/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down Expand Up @@ -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,
/*
Expand Down

0 comments on commit 5c05453

Please sign in to comment.