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 6387c0e
Showing 1 changed file with 2 additions and 2 deletions.
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 6387c0e

Please sign in to comment.