params: update bpo default config

This commit is contained in:
MariusVanDerWijden 2025-09-18 13:29:32 +02:00
parent 3f4eebf7fd
commit c997eced29

View file

@ -361,27 +361,27 @@ var (
} }
// DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork. // DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
DefaultBPO1BlobConfig = &BlobConfig{ DefaultBPO1BlobConfig = &BlobConfig{
Target: 6, Target: 9,
Max: 9, Max: 14,
UpdateFraction: 5007716, UpdateFraction: 8832827,
} }
// DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork. // DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
DefaultBPO2BlobConfig = &BlobConfig{ DefaultBPO2BlobConfig = &BlobConfig{
Target: 6, Target: 14,
Max: 9, Max: 21,
UpdateFraction: 5007716, UpdateFraction: 13739630,
} }
// DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork. // DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
DefaultBPO3BlobConfig = &BlobConfig{ DefaultBPO3BlobConfig = &BlobConfig{
Target: 6, Target: 21,
Max: 9, Max: 32,
UpdateFraction: 5007716, UpdateFraction: 20609697,
} }
// DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork. // DefaultBPO1BlobConfig is the default blob configuration for the Osaka fork.
DefaultBPO4BlobConfig = &BlobConfig{ DefaultBPO4BlobConfig = &BlobConfig{
Target: 6, Target: 14,
Max: 9, Max: 21,
UpdateFraction: 5007716, UpdateFraction: 13739630,
} }
// DefaultBlobSchedule is the latest configured blob schedule for Ethereum mainnet. // DefaultBlobSchedule is the latest configured blob schedule for Ethereum mainnet.
DefaultBlobSchedule = &BlobScheduleConfig{ DefaultBlobSchedule = &BlobScheduleConfig{