op/katana: add Prague/Osaka fork timestamps to genesis #27
Reference in New Issue
Block a user
Delete Branch "issue-739"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Katana mainnet op-reth was stuck at block 63,589 (one block before Isthmus hardfork at 63,590) with "Unsupported fork" errors. Root cause: genesis.json was missing
pragueTimeandosakaTimefork activation timestamps.Per OP Upgrade 15, custom-genesis OP chains require
pragueTime == isthmusTimeso op-reth can activate Prague/Isthmus EVM rules together.Changes
"pragueTime": 1746806401(matches isthmusTime) to genesis.json"osakaTime": 1773066601(upcoming Jovian fork) to genesis.jsonVerification
./update.shverification: clean ✓katana-mainnet-op-reth-*-trace.ymlconfigs reference the updated genesis ✓Deployment notes
Related: vibe-node issue #739