Skip to content

Commit

Permalink
lower starting price of game from 25 to 10 $lords (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
loothero authored Feb 24, 2024
1 parent 703c0a1 commit 2a28283
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 = 25000000000000000000;
const COST_TO_PLAY: u128 = 10000000000000000000;
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 2a28283

Please sign in to comment.