From 14aa4957b9fcf2f6f9c1ee6b32e7b69ad3e97b6d Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Sun, 18 Sep 2022 10:46:01 +0200 Subject: [PATCH] correct fork version --- .../built_in_network_configs/eip4844/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/eth2_network_config/built_in_network_configs/eip4844/config.yaml b/common/eth2_network_config/built_in_network_configs/eip4844/config.yaml index 8e779eac3d..d6e6aef57a 100644 --- a/common/eth2_network_config/built_in_network_configs/eip4844/config.yaml +++ b/common/eth2_network_config/built_in_network_configs/eip4844/config.yaml @@ -36,7 +36,7 @@ ALTAIR_FORK_EPOCH: 1 BELLATRIX_FORK_VERSION: 0x02000ffd BELLATRIX_FORK_EPOCH: 2 # Sharding -EIP4844_FORK_VERSION: 0x03000ffd +EIP4844_FORK_VERSION: 0x83000ffd EIP4844_FORK_EPOCH: 3 # TBD, 2**32 is a placeholder. Merge transition approach is in active R&D.