Skip to content

Commit

Permalink
[frenemies] couple of fixes
Browse files Browse the repository at this point in the history
- Increase leaderboard size
- Delete unused module
  • Loading branch information
sblackshear committed Feb 8, 2023
1 parent 77b753d commit b875d64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module frenemies::leaderboard {
}

/// Number of scores kept in the leaderboard
const LEADERBOARD_SIZE: u64 = 100;
const LEADERBOARD_SIZE: u64 = 2_000;

/// Number of points a player receives for successfully completing an epoch goal.
/// Additional points are awarded according to the difficulty of the goal (i.e.,
Expand Down

0 comments on commit b875d64

Please sign in to comment.