We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7059836 commit 1509a09Copy full SHA for 1509a09
1 file changed
common/src/constants/subscription-plans.ts
@@ -16,15 +16,15 @@ export const SUBSCRIPTION_TIERS = {
16
},
17
200: {
18
monthlyPrice: 200,
19
- creditsPerBlock: 1250,
+ creditsPerBlock: 1200,
20
blockDurationHours: 5,
21
- weeklyCreditsLimit: 12500,
+ weeklyCreditsLimit: 12000,
22
23
500: {
24
monthlyPrice: 500,
25
- creditsPerBlock: 3125,
+ creditsPerBlock: 3200,
26
27
- weeklyCreditsLimit: 31250,
+ weeklyCreditsLimit: 32000,
28
29
} as const satisfies Record<number, TierConfig>
30
0 commit comments