katana-mainnet: add Isthmus + Jovian fork times to genesis and rollup config #24

Merged
sebastian merged 1 commits from issue-712 into main 2026-07-02 11:27:11 +00:00
Collaborator

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: Added isthmusTime: 1746806401 and jovianTime: 1773066601 to the config section
  • rpc/op/katana/mainnet/rollup.json: Added jovian_time: 1773066601 (isthmus_time already present)

Verification

  • ./update.sh regenerated cleanly (512 files processed, 0 errors)
  • Katana op-reth compose mounts these files and will pick up the changes on restart
  • Requires force-recreate on deploy (bind-mounted assets need container recreation to remount)

Issue

Closes #712

## 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`**: Added `isthmusTime: 1746806401` and `jovianTime: 1773066601` to the config section - **`rpc/op/katana/mainnet/rollup.json`**: Added `jovian_time: 1773066601` (isthmus_time already present) ## Verification - `./update.sh` regenerated cleanly (512 files processed, 0 errors) - Katana op-reth compose mounts these files and will pick up the changes on restart - **Requires `force-recreate` on deploy** (bind-mounted assets need container recreation to remount) ## Issue Closes #712
claude added 1 commit 2026-07-02 07:00:30 +00:00
op-reth rejects post-Jovian blocks without isthmusTime/jovianTime in
genesis config and jovian_time in rollup.json; live chain passed both forks.
sebastian merged commit b8752b0c7e into main 2026-07-02 11:27:11 +00:00
sebastian deleted branch issue-712 2026-07-02 11:27:11 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StakeSquid/ethereum-rpc-docker#24