mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Add Capella fork to Testnet-V4
This commit is contained in:
parent
0dcb2ec61b
commit
b9cd981f28
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user