Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Sep 21, 2023
2 parents b545863 + 67a8cf4 commit cab8042
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

1 comment on commit cab8042

@vercel
Copy link

@vercel vercel bot commented on cab8042 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.