Skip to content

Commit

Permalink
feat: updating epoch progress of one day to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Dec 9, 2024
1 parent 316ba10 commit 6028213
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object Utils {
private val epochProgressesInOneHour = oneHourInSeconds / oneEpochProgressInSeconds
private val oneDayInHours = 24

val epochProgressOneDay: Int = epochProgressesInOneHour * oneDayInHours
val epochProgressOneDay: Int = 5

def logger[F[_] : Async]: SelfAwareStructuredLogger[F] = Slf4jLogger.getLoggerFromName[F]("Utils")

Expand Down

0 comments on commit 6028213

Please sign in to comment.