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:
@@ -24,6 +24,8 @@
|
|||||||
"fjordTime": 0,
|
"fjordTime": 0,
|
||||||
"graniteTime": 0,
|
"graniteTime": 0,
|
||||||
"holoceneTime": 0,
|
"holoceneTime": 0,
|
||||||
|
"isthmusTime": 1746806401,
|
||||||
|
"jovianTime": 1773066601,
|
||||||
"terminalTotalDifficulty": 0,
|
"terminalTotalDifficulty": 0,
|
||||||
"terminalTotalDifficultyPassed": true,
|
"terminalTotalDifficultyPassed": true,
|
||||||
"depositContractAddress": "0x0000000000000000000000000000000000000000",
|
"depositContractAddress": "0x0000000000000000000000000000000000000000",
|
||||||
|
|||||||
Reference in New Issue
Block a user