Add Capella fork to Testnet-V4

This commit is contained in:
Shane Bammel 2023-04-26 22:30:17 -05:00
parent 0dcb2ec61b
commit b9cd981f28

View File

@ -33,6 +33,8 @@ func PulseChainTestnetV4Config() *BeaconChainConfig {
cfg.AltairForkEpoch = 1 cfg.AltairForkEpoch = 1
cfg.BellatrixForkVersion = []byte{0x00, 0x00, 0x09, 0x45} cfg.BellatrixForkVersion = []byte{0x00, 0x00, 0x09, 0x45}
cfg.BellatrixForkEpoch = 2 cfg.BellatrixForkEpoch = 2
cfg.CapellaForkVersion = []byte{0x00, 0x00, 0x09, 0x46}
cfg.CapellaForkEpoch = 4200
cfg.SecondsPerSlot = 10 cfg.SecondsPerSlot = 10
cfg.EjectionBalance = 16 * 1e15 cfg.EjectionBalance = 16 * 1e15
cfg.DepositChainID = 943 cfg.DepositChainID = 943