Skip to content

Commit

Permalink
fix(epochs): only prescribe 2 names per epoch.
Browse files Browse the repository at this point in the history
In release 19 - nodes will choose 8 names to increase random coverage for arns names
  • Loading branch information
dtfiedler authored and dtfiedler committed Oct 15, 2024
1 parent 364f0df commit 9b0d9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epochs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b0d9e0

Please sign in to comment.