From 340b21c53e5dca0620632ad653f937830dae081a Mon Sep 17 00:00:00 2001 From: mantikoros Date: Sat, 17 Sep 2022 14:37:14 -0500 Subject: [PATCH] halve referral bonus --- common/economy.ts | 2 +- functions/src/email-templates/welcome.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/economy.ts b/common/economy.ts index a412d4de..7ec52b30 100644 --- a/common/economy.ts +++ b/common/economy.ts @@ -7,7 +7,7 @@ export const FIXED_ANTE = econ?.FIXED_ANTE ?? 100 export const STARTING_BALANCE = econ?.STARTING_BALANCE ?? 1000 // for sus users, i.e. multiple sign ups for same person export const SUS_STARTING_BALANCE = econ?.SUS_STARTING_BALANCE ?? 10 -export const REFERRAL_AMOUNT = econ?.REFERRAL_AMOUNT ?? 500 +export const REFERRAL_AMOUNT = econ?.REFERRAL_AMOUNT ?? 250 export const UNIQUE_BETTOR_BONUS_AMOUNT = econ?.UNIQUE_BETTOR_BONUS_AMOUNT ?? 10 export const BETTING_STREAK_BONUS_AMOUNT = diff --git a/functions/src/email-templates/welcome.html b/functions/src/email-templates/welcome.html index d6caaa0c..986ec7cc 100644 --- a/functions/src/email-templates/welcome.html +++ b/functions/src/email-templates/welcome.html @@ -210,7 +210,7 @@ class="link-build-content" style="color:inherit;; text-decoration: none;" target="_blank" href="https://manifold.markets/referrals">Refer - your friends and earn M$500 for each signup! + your friends and earn M$250 for each signup!