Skip to content

Commit

Permalink
chore(constants): remove duplicate constant
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed May 13, 2024
1 parent 02d583e commit 3dfeae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contract/src/constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ constants.MAXIMUM_OBSERVERS_PER_EPOCH = 50
-- GAR
constants.DEFAULT_UNDERNAME_COUNT = 10
constants.DEADLINE_DURATION_MS = 60 * 60 * 1000 -- One hour of miliseconds
constants.oneYearMs = 31536000 * 1000
constants.MIN_OPERATOR_STAKE = 10000 * 1000000 -- Ten thousand IO
constants.MIN_DELEGATED_STAKE = 50 * 1000000 -- Fifty IO
constants.oneYearSeconds = 60 * 60 * 24 * 365
Expand Down

0 comments on commit 3dfeae4

Please sign in to comment.