diff --git a/src/tools/list-collator-candidates.ts b/src/tools/list-collator-candidates.ts index f025890..7d1bc13 100644 --- a/src/tools/list-collator-candidates.ts +++ b/src/tools/list-collator-candidates.ts @@ -145,7 +145,7 @@ const main = async () => { const candidateOffCount = candidateList.filter((c) => !c.isActive).length; const nextRoundSeconds = - 12 * (roundInfo.first.toNumber() + roundInfo.length.toNumber() - blockHeader.number.toNumber()); + 6 * (roundInfo.first.toNumber() + roundInfo.length.toNumber() - blockHeader.number.toNumber()); const printColoredNumber = (value: bigint, total: bigint) => { const valueWithCommas = numberWithCommas(value / 10n ** 18n);