EVM Execution Layer ⟠
The execution layer consists of multiple implementations in the form of EVM execution clients. These clients handle transactions, transaction gossiping, state management, and support for the Ethereum Virtual Machine - they are not responsible for block building.
Below are our required versions of EVM clients and the genesis files required for our chains.
Chain | Github release page | Release date |
---|---|---|
Mainnet & Bepolia | Bera-Geth v1.011602.4 | Sep 15 |
Mainnet & Bepolia | Bera-Reth v1.1.0 | Sep 15 |
Mainnet & Bepolia | Beacon-Kit v1.3.1 | August 14 |
Bera-Reth/Geth Genesis File | Updated | Download link & md5 hash |
---|---|---|
Bepolia | Sep 15 | c27c1162af33f7f5401bcef974a64454 |
Mainnet | Sep 15 | a401a53f380e3ce49ef358fead5d3b16 |
Installing a more recent patch version — the z
in a version number x.y.z
— is generally safe.