diff --git a/README.md b/README.md index f5a1db9..ec1c89a 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,11 @@ Bepolia Testnet is the beacon-chain to be merged with the Sepolia testnet. - Merge TTD: `17000000000000000` - GENESIS_FORK_VERSION: `0x90000069` - -Altair will fork at epoch `50` and merge epoch at `100`. - - Genesis Time: `1655733600` (Jun-20-2022 02:00:00 PM +UTC) - Genesis Fork Version: `0x90000069` +- Altair fork epoch: `50` +- Bellatrix fork epoch: `100` +- Capella fork epoch: `56832` - Fork Digest: `0xa8fee8ee` (`0xd3010778` pre-genesis fork digest) - Initial State Root: `0xfb9afe32150fa39f4b346be2519a67e2a4f5efcd50a1dc192c3f6b3d013d2798` - Genesis Block Root: diff --git a/bepolia/config.yaml b/bepolia/config.yaml index 4c3e4bb..a4c1fef 100644 --- a/bepolia/config.yaml +++ b/bepolia/config.yaml @@ -29,12 +29,12 @@ TERMINAL_BLOCK_HASH: 0x000000000000000000000000000000000000000000000000000000000 TERMINAL_BLOCK_HASH_ACTIVATION_EPOCH: 18446744073709551615 # Capella -CAPELLA_FORK_VERSION: 0x03001020 -CAPELLA_FORK_EPOCH: 18446744073709551615 +CAPELLA_FORK_VERSION: 0x90000072 +CAPELLA_FORK_EPOCH: 56832 -# Sharding -SHARDING_FORK_VERSION: 0x04001020 -SHARDING_FORK_EPOCH: 18446744073709551615 +# Deneb +DENEB_FORK_VERSION: 0x04001020 +DENEB_FORK_EPOCH: 18446744073709551615 # Time parameters # ---------------------------------------------------------------