Skip to content

Commit e8709e9

Browse files
zhiqiangxujakub-freebit
authored andcommitted
params: fix comment for DefaultBlobSchedule (ethereum#31760)
`DefaultBlobSchedule` is actually used downstream to calculate blob fees (e.g., [src](https://github.com/ethereum-optimism/optimism/blob/601a380e47853c2922ea1f8944cda05f0eac16f4/op-service/eth/blob.go#L301)), this PR makes it explicit that these params are for `Ethereum prod` instead of `test chains`.
1 parent 2f2a515 commit e8709e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ var (
358358
Max: 9,
359359
UpdateFraction: 5007716,
360360
}
361-
// DefaultBlobSchedule is the latest configured blob schedule for test chains.
361+
// DefaultBlobSchedule is the latest configured blob schedule for Ethereum mainnet.
362362
DefaultBlobSchedule = &BlobScheduleConfig{
363363
Cancun: DefaultCancunBlobConfig,
364364
Prague: DefaultPragueBlobConfig,

0 commit comments

Comments
 (0)