Skip to content

Commit f3e12ba

Browse files
committed
feat: increase referral bonus from 250 to 500 credits
1 parent 1e1e17a commit f3e12ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/constants/limits.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const MAX_DATE = new Date(86399999999999)
55
export const BILLING_PERIOD_DAYS = 30
66
export const SESSION_MAX_AGE_SECONDS = 30 * 24 * 60 * 60 // 30 days
77
export const SESSION_TIME_WINDOW_MS = 30 * 60 * 1000 // 30 minutes - used for matching sessions created around fingerprint creation
8-
export const CREDITS_REFERRAL_BONUS = 250
8+
export const CREDITS_REFERRAL_BONUS = 500
99
export const AFFILIATE_USER_REFFERAL_LIMIT = 500
1010

1111
// Default number of free credits granted per cycle

0 commit comments

Comments
 (0)