Skip to content

Commit

Permalink
Update values
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas committed Aug 21, 2024
1 parent 3fb1fa4 commit 51c718d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beacon-chain/rpc/eth/config/handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ func TestGetSpec(t *testing.T) {
case "MAX_PER_EPOCH_ACTIVATION_EXIT_CHURN_LIMIT":
assert.Equal(t, "256000000000", v)
case "DATA_COLUMN_SIDECAR_SUBNET_COUNT":
assert.Equal(t, "32", v)
assert.Equal(t, "128", v)
case "MAX_REQUEST_DATA_COLUMN_SIDECARS":
assert.Equal(t, "16384", v)
case "MIN_SLASHING_PENALTY_QUOTIENT_ELECTRA":
Expand Down
4 changes: 2 additions & 2 deletions config/params/mainnet_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ var mainnetBeaconConfig = &BeaconChainConfig{

// Values related to electra
MaxRequestDataColumnSidecars: 16384,
DataColumnSidecarSubnetCount: 32,
DataColumnSidecarSubnetCount: 128,
MinPerEpochChurnLimitElectra: 128_000_000_000,
MaxPerEpochActivationExitChurnLimit: 256_000_000_000,
MaxEffectiveBalanceElectra: 2048_000_000_000,
Expand All @@ -297,7 +297,7 @@ var mainnetBeaconConfig = &BeaconChainConfig{

// PeerDAS
SamplesPerSlot: 8,
CustodyRequirement: 1,
CustodyRequirement: 4,
MinEpochsForDataColumnSidecarsRequest: 4096,
NumberOfColumns: 128,
MaxCellsInExtendedMatrix: 768,
Expand Down

0 comments on commit 51c718d

Please sign in to comment.