Upgrade timing
What changes
After the fork activates, Bera-Reth enforces configurable floors on the two EIP-1559 fee parameters:- Minimum base fee:
1 gwei(1_000_000_000wei). The next-block base fee can no longer decay below this value. - Minimum blob base fee:
1 gwei(1_000_000_000wei). The EIP-4844 blob base fee is lifted to this floor, shifting the entire exponential curve baseline.
--chain bepolia and --chain mainnet presets shipped with Bera-Reth v1.4.4. The Berachain genesis berachain.osaka1 block for Mainnet is:
Upgrade instructions
- Download the recommended versions for your chain.
- If you use the built-in chain preset, no genesis file change is needed:
- Mainnet
--chain mainnet
- Bepolia
--chain bepolia.
- Mainnet
- If you use
--chain <path>, fetch the genesis files for each respective chain:- Mainnet
- Mainnet genesis from Beacon Kit main branch and overwrite your current genesis file.
- Verify the md5:
d367b133f368367c3e973636ad059c79.
- Bepolia
- Bepolia genesis from Beacon Kit v1.4.2-rc.0 and overwrite your current genesis file.
- Verify the md5:
f7d31d1039b0253f5f43336e55d28054.
- Mainnet
- No changes are needed to BeaconKit options.
- Start the new
beacondandbera-rethbinaries.