Skip to content

Conversation

@jonesho
Copy link
Contributor

@jonesho jonesho commented Nov 27, 2025

Note

Add Osaka qbft elFork entries to Linea mainnet and sepolia genesis configs.

  • Genesis configs:
    • linea-mainnet-genesis.json: add "1764798551" qbft config with elFork "Osaka".
    • linea-sepolia-genesis.json: add "1764583200" qbft config with elFork "Osaka".

Written by Cursor Bugbot for commit 211b723. This will update automatically on new commits. Configure here.

@jonesho jonesho self-assigned this Nov 27, 2025
@jonesho jonesho marked this pull request as ready for review November 27, 2025 19:01
"blockTimeSeconds": 1,
"elFork": "Prague"
},
"1764798551": {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Mainnet Osaka timestamp not a round number

The mainnet Osaka fork timestamp 1764798551 is the only timestamp in both genesis files that doesn't end in a round number. All other fork timestamps (Shanghai, Cancun, Prague in both mainnet and sepolia, plus Osaka in sepolia) end in 00, following a consistent pattern. This timestamp likely contains a typo and should be a round number like 1764798600 or 1764798000 to match the established convention.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants