Skip to content

Commit

Permalink
fix: Change the reward and lockup interval to 10 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Dec 6, 2024
1 parent 054be34 commit 23018f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib9c/Model/State/LegacyStakeState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public void Achieve(int level, int step)
}
}

public const long RewardInterval = 50400;
public const long LockupInterval = 50400 * 4;
public const long RewardInterval = 10;
public const long LockupInterval = 10;
public const long StakeRewardSheetV2Index = 6_700_000L;
public const long CurrencyAsRewardStartIndex = 6_910_000L;

Expand Down

0 comments on commit 23018f9

Please sign in to comment.