katana mainnet: add isthmusTime/jovianTime to genesis for op-reth

op-reth reads OP-stack fork schedule from genesis.json; without
isthmusTime/jovianTime it rejects post-Jovian payloads (MinBaseFeeNotAllowedBeforeJovian).
This commit is contained in:
2026-07-02 11:37:11 +00:00
parent aab46a52b6
commit 58d45c8576

View File

@@ -24,6 +24,8 @@
"fjordTime": 0,
"graniteTime": 0,
"holoceneTime": 0,
"isthmusTime": 1746806401,
"jovianTime": 1773066601,
"terminalTotalDifficulty": 0,
"terminalTotalDifficultyPassed": true,
"depositContractAddress": "0x0000000000000000000000000000000000000000",