ethereum.forks.gray_glacier

The Gray Glacier fork delays the difficulty bomb. There are no other changes in this fork.

Changes

Upgrade Schedule

NetworkBlockExpected DateFork Hash
Mainnet15,050,000June 29, 20220xf0afd0e3

Releases

FORK_CRITERIA

34
FORK_CRITERIA = ByBlockNumber(15050000)

ethereum.forks.paris

The Paris fork transitions Ethereum from a proof-of-work consensus model to a proof-of-stake one. This fork is often referred to as "The Merge" because it marks the integration of the consensus layer with the execution layer (defined in this project).

Changes

Upgrade Schedule

NetworkTerminal Total DifficultyExpected DateFork Hash
Ropsten50,000,000,000,000,000June 8, 20220x7119B6B3
Sepolia17,000,000,000,000,000July 6, 20220xfe3366e7
Goerli10,790,000August 10, 20220xB8C6299D
Mainnet58,750,000,000,000,000,000,000September 15, 20220xf0afd0e3

Releases

FORK_CRITERIA

43
FORK_CRITERIA = ByBlockNumber(15537394)