Skip to content

Commit

Permalink
fix penalty countdown time
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Sep 14, 2023
1 parent 73258b1 commit c0dacf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const notificationAnimations = [

// ---- CONTRACT PARAMS
// Penalty time is 8 blocks, where each block is ~ 3 minutes
export const penaltyTime = 16 * (3 * 60);
export const penaltyTime = 12 * (3 * 60);
export const itemCharismaDiscount = 1;
export const itemBasePrice = 4;
export const itemMinimumPrice = 1;
Expand Down

1 comment on commit c0dacf5

@vercel
Copy link

@vercel vercel bot commented on c0dacf5 Sep 14, 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.