We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6def1f commit e090f02Copy full SHA for e090f02
common/src/constants/subscription-plans.ts
@@ -10,21 +10,21 @@ export interface TierConfig {
10
export const SUBSCRIPTION_TIERS = {
11
100: {
12
monthlyPrice: 100,
13
- creditsPerBlock: 400,
+ creditsPerBlock: 350,
14
blockDurationHours: 5,
15
- weeklyCreditsLimit: 4000,
+ weeklyCreditsLimit: 3500,
16
},
17
200: {
18
monthlyPrice: 200,
19
- creditsPerBlock: 1200,
+ creditsPerBlock: 1050,
20
21
- weeklyCreditsLimit: 12000,
+ weeklyCreditsLimit: 10500,
22
23
500: {
24
monthlyPrice: 500,
25
- creditsPerBlock: 3200,
+ creditsPerBlock: 2800,
26
27
- weeklyCreditsLimit: 32000,
+ weeklyCreditsLimit: 28000,
28
29
} as const satisfies Record<number, TierConfig>
30
0 commit comments