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
## 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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