From 41a0f997c750af7a24e5e04033a027a2352fc15f Mon Sep 17 00:00:00 2001 From: dtfiedler Date: Mon, 14 Oct 2024 12:51:55 -0500 Subject: [PATCH] fix(epochs): only prescribe 2 names per epoch. In release 19 - nodes will choose 8 names to increase random coverage for arns names --- src/epochs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/epochs.lua b/src/epochs.lua index d8068af9..8b03c3b3 100644 --- a/src/epochs.lua +++ b/src/epochs.lua @@ -9,7 +9,7 @@ Epochs = Epochs or {} EpochSettings = EpochSettings or { pruneEpochsCount = 14, -- prune epochs older than 14 days - prescribedNameCount = 5, + prescribedNameCount = 2, rewardPercentage = 0.0005, -- 0.05% maxObservers = 50, epochZeroStartTimestamp = 1719900000000, -- July 9th, 00:00:00 UTC