From 51ef01dcb435073161f2499c81e38d9d38527bf5 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sun, 21 Aug 2022 22:41:15 -0700 Subject: [PATCH] Disable bet streak --- common/envs/atlas4.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/common/envs/atlas4.ts b/common/envs/atlas4.ts index 78e64193..f4a1cc85 100644 --- a/common/envs/atlas4.ts +++ b/common/envs/atlas4.ts @@ -23,9 +23,6 @@ export const ATLAS4_CONFIG: EnvConfig = { ], whitelistEmail: '', moneyMoniker: '📎', - fixedAnte: 25, - startingBalance: 250, - referralBonus: 0, visibility: 'PRIVATE', navbarLogoPath: '/atlas/atlas-logo-white.svg', newQuestionPlaceholders: [ @@ -34,4 +31,11 @@ export const ATLAS4_CONFIG: EnvConfig = { 'Will we sign on 3 or more new clients this month?', 'Will Paul shave his beard by the end of the month?', ], + + economy: { + FIXED_ANTE: 25, + STARTING_BALANCE: 250, + REFERRAL_AMOUNT: 0, + BETTING_STREAK_BONUS_AMOUNT: 0, + }, }