katana-mainnet: add Isthmus + Jovian fork times to genesis and rollup config #24
Reference in New Issue
Block a user
Delete Branch "issue-712"
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 genesis.json and rollup.json were missing Isthmus (1746806401) and Jovian (1773066601) fork times. The live chain passed both forks, but op-reth (v2.3.2-rc.2) rejects post-Jovian blocks without these in genesis, causing the node to get stuck syncing at the Jovian boundary.
Changes
rpc/op/katana/mainnet/genesis.json: AddedisthmusTime: 1746806401andjovianTime: 1773066601to the config sectionrpc/op/katana/mainnet/rollup.json: Addedjovian_time: 1773066601(isthmus_time already present)Verification
./update.shregenerated cleanly (512 files processed, 0 errors)force-recreateon deploy (bind-mounted assets need container recreation to remount)Issue
Closes #712