const VOTING_PERIODS_IN_SRV_ROUND: u32 = 24;
How many voting periods make up an entire round of the shared random value commit-and-reveal protocol?
We use this to compute an SRV lifetime if one of the SRV values is missing.