lisk-mainnet: add Isthmus/Jovian/Karst fork times to genesis.json #18
Reference in New Issue
Block a user
Delete Branch "issue-101"
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
Adds three missing fork time entries to
op/lisk/mainnet/genesis.json:isthmusTime: 1746806401(activated May 2025)jovianTime: 1764691201karstTime: 1783526401Root cause
The
lisk-mainnet-op-reth-pruned-tracecontainers on rpc-de-10 mount this genesis.json via--chain=/config/genesis.json. The file stopped atholoceneTime, so op-reth v2.3.1 crashed withUnsupported forkon every Isthmus-era block (activation ~33.6M). The node was stuck ~327k blocks behind chain head, earning $0.op-reth v2.3.1 already supports all three forks correctly when given a complete chain config — confirmed via
docker run --chain=liskshowing Isthmus/Jovian/Karst in startup. The timestamps are sourced from:isthmus_time=@1746806401)isthmusTimefor testnet)--chain lisksuperchain registryVerification
After this change, the lisk-mainnet-op-reth startup log will show
Isthmus @1746806401in the fork list and theUnsupported forkerror stops. No other networks affected — this is a lisk-mainnet-only genesis file.Asset commit:
f7b585307e(vibe-node issue #101)