Skip to content

Commit

Permalink
chore(demand): update demand factor start timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jul 9, 2024
1 parent 048e9af commit 74ca664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/demand.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DemandFactor = DemandFactor

DemandFactorSettings = DemandFactorSettings
or {
periodZeroStartTimestamp = 1719381600000, -- 06/26/2025 @ 12:00am (UTC)
periodZeroStartTimestamp = 1721109600000, -- 07/16/2025 @ 12:00am (UTC)
movingAvgPeriodCount = 7,
periodLengthMs = 60 * 60 * 1000 * 24, -- one day in milseconds
demandFactorBaseValue = 1,
Expand Down
2 changes: 1 addition & 1 deletion src/epochs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EpochSettings = EpochSettings
prescribedNameCount = 5,
rewardPercentage = 0.0005, -- 0.05%
maxObservers = 50,
epochZeroStartTimestamp = 1719900000000, -- July 2nd, 00:00:00 UTC
epochZeroStartTimestamp = 1719900000000, -- July 9th, 00:00:00 UTC
durationMs = 60 * 1000 * 60 * 24, -- 24 hours
distributionDelayMs = 60 * 1000 * 30, -- 15 blocks / 30 minutes
}
Expand Down

0 comments on commit 74ca664

Please sign in to comment.