Skip to content

Commit

Permalink
Revert "lower starting price of game from 25 to 10 $lords (#556)"
Browse files Browse the repository at this point in the history
This reverts commit 2a28283.
  • Loading branch information
ponderingdemocritus committed Feb 27, 2024
1 parent b50ece5 commit 43c0eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/game/src/game/constants.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mod messages {

// TODO: Update for mainnet
const BLOCKS_IN_A_WEEK: u64 = 1000;
const COST_TO_PLAY: u128 = 10000000000000000000;
const COST_TO_PLAY: u128 = 25000000000000000000;
const NUM_STARTING_STATS: u8 = 9;
const STARTING_GAME_ENTROPY_ROTATION_INTERVAL: u8 = 6;
const MINIMUM_DAMAGE_FROM_BEASTS: u8 = 2;
Expand Down

0 comments on commit 43c0eb3

Please sign in to comment.