Skip to content

Commit

Permalink
Cycle through phases in days vs weeks for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
loothero committed Sep 21, 2023
1 parent f8c410c commit 1bcf090
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/game/src/game/constants.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ mod messages {
const NO_ITEMS: felt252 = 'Must provide item ids';
}

const BLOCKS_IN_A_WEEK: u64 = 1;
// TODO: Update for mainnet
const BLOCKS_IN_A_WEEK: u64 = 1000;
const COST_TO_PLAY: u8 = 25;
const STARTING_STATS: u8 = 6;
const IDLE_DEATH_PENALTY_BLOCKS: u8 = 12;
Expand Down

0 comments on commit 1bcf090

Please sign in to comment.