hashkey mainnet genesis: add pragueTime = isthmusTime (fork-fix)

HSK's published mainnet genesis sets isthmusTime but omits pragueTime; op-geth's
OP-Stack validation rejects it ('PragueTime (<nil>) must equal IsthmusTime'), so
geth init aborts and the EL runs on a stale chainconfig. testnet genesis correctly
sets pragueTime=isthmusTime. Adding it here makes init pass. (Runtime fork activation
is handled by GETH_OVERRIDE_* in vibe-node geth.env; this fixes init + matches testnet.)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
rob
2026-07-29 12:24:54 +00:00
parent 7b87130e4f
commit fa7ae58f6c

View File

@@ -25,6 +25,7 @@
"graniteTime": 0,
"holoceneTime": 1785306600,
"isthmusTime": 1785306900,
"pragueTime": 1785306900,
"jovianTime": 1785307200,
"terminalTotalDifficulty": 0,
"terminalTotalDifficultyPassed": true,