mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
params: update bpo default config
This commit is contained in:
parent
3f4eebf7fd
commit
c997eced29
1 changed files with 12 additions and 12 deletions
|
|
@ -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{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue