From b9cd981f2877c85e45055b54e63c032d6ce47165 Mon Sep 17 00:00:00 2001 From: Shane Bammel Date: Wed, 26 Apr 2023 22:30:17 -0500 Subject: [PATCH] Add Capella fork to Testnet-V4 --- config/params/testnet_pulsechain_v4_config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/params/testnet_pulsechain_v4_config.go b/config/params/testnet_pulsechain_v4_config.go index 6839d9960..80dd34785 100644 --- a/config/params/testnet_pulsechain_v4_config.go +++ b/config/params/testnet_pulsechain_v4_config.go @@ -33,6 +33,8 @@ func PulseChainTestnetV4Config() *BeaconChainConfig { cfg.AltairForkEpoch = 1 cfg.BellatrixForkVersion = []byte{0x00, 0x00, 0x09, 0x45} cfg.BellatrixForkEpoch = 2 + cfg.CapellaForkVersion = []byte{0x00, 0x00, 0x09, 0x46} + cfg.CapellaForkEpoch = 4200 cfg.SecondsPerSlot = 10 cfg.EjectionBalance = 16 * 1e15 cfg.DepositChainID = 943