new round of hacks (config etc)

This commit is contained in:
Marius van der Wijden
2022-09-17 23:42:49 +02:00
parent 750c594f5f
commit 8b71b978e0
5 changed files with 5 additions and 3 deletions

View File

@@ -253,7 +253,7 @@ impl EthSpec for MainnetEthSpec {
type SubnetBitfieldLength = U64;
type MaxValidatorsPerCommittee = U2048;
type GenesisEpoch = U0;
type SlotsPerEpoch = U32;
type SlotsPerEpoch = U8;
type EpochsPerEth1VotingPeriod = U64;
type SlotsPerHistoricalRoot = U8192;
type EpochsPerHistoricalVector = U65536;