mode: add L1-fork aliases (cancunTime=ecotoneTime, pragueTime=isthmusTime, osakaTime=karstTime) to fix geth init validation
Fixes OP-Stack invalidity error: CancunTime (<nil>) must equal EcotoneTime (1710374401) Required by op-geth chain config validation which enforces: - CancunTime == EcotoneTime (1710374401) - PragueTime == IsthmusTime (1746806401) - OsakaTime == KarstTime (1783526401) Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
@@ -27,6 +27,9 @@
|
|||||||
"isthmusTime": 1746806401,
|
"isthmusTime": 1746806401,
|
||||||
"jovianTime": 1764691201,
|
"jovianTime": 1764691201,
|
||||||
"karstTime": 1783526401,
|
"karstTime": 1783526401,
|
||||||
|
"cancunTime": 1710374401,
|
||||||
|
"pragueTime": 1746806401,
|
||||||
|
"osakaTime": 1783526401,
|
||||||
"terminalTotalDifficulty": 0,
|
"terminalTotalDifficulty": 0,
|
||||||
"terminalTotalDifficultyPassed": true,
|
"terminalTotalDifficultyPassed": true,
|
||||||
"optimism": {
|
"optimism": {
|
||||||
|
|||||||
Reference in New Issue
Block a user