// The address of the staking contract address on the Eth1 chain
stringdeposit_contract_address=2;
optionalstringdeposit_contract_address=2;
// Number of seconds per slot on the Beacon chain
uint32seconds_per_slot=3;
optionaluint32seconds_per_slot=3;
// Number of slots in an epoch on the Beacon chain
uint32slots_per_epoch=4;
optionaluint32slots_per_epoch=4;
// The number of validator keys that each CL validator node should get
uint32num_validators_per_keynode=5;
optionaluint32num_validators_per_keynode=5;
// This menmonic will a) be used to create keystores for all the types of validators that we have and b) be used to generate a CL genesis.ssz that has the children
// validator keys already preregistered as validators