Skip to content

Commit 66bbdac

Browse files
committed
clients/go-ethereum: add cancun blob schedule (#1229)
As per ethereum/go-ethereum#31002 every configured HF needs to have a blob schedule entry. I don't see any reason to make the cancun schedule configurable but happy to change if people disagree.
2 parents 575b0c2 + 829cb99 commit 66bbdac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clients/go-ethereum/mapper.jq

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ def to_bool:
5959
"pragueTime": env.HIVE_PRAGUE_TIMESTAMP|to_int,
6060
"terminalTotalDifficultyPassed": true,
6161
"blobSchedule": {
62+
"cancun": {
63+
"target": 3,
64+
"max": 6,
65+
"baseFeeUpdateFraction": 3338477
66+
},
6267
"prague": {
6368
"target": (if env.HIVE_PRAGUE_BLOB_TARGET then env.HIVE_PRAGUE_BLOB_TARGET|to_int else 6 end),
6469
"max": (if env.HIVE_PRAGUE_BLOB_MAX then env.HIVE_PRAGUE_BLOB_MAX|to_int else 9 end),

0 commit comments

Comments
 (0)