From a190082fe4652bc224fff940bd38775d8f55ef77 Mon Sep 17 00:00:00 2001 From: nicholascc Date: Mon, 25 Jul 2022 18:10:12 -0700 Subject: [PATCH] Decreased join bonus to 250 clips. --- common/envs/atlas3.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/envs/atlas3.ts b/common/envs/atlas3.ts index 84ec3cf7..91e63e61 100644 --- a/common/envs/atlas3.ts +++ b/common/envs/atlas3.ts @@ -24,7 +24,7 @@ export const ATLAS3_CONFIG: EnvConfig = { whitelistEmail: '', moneyMoniker: '📎', fixedAnte: 25, - startingBalance: 500, + startingBalance: 250, referralBonus: 0, visibility: 'PRIVATE', navbarLogoPath: '/atlas/atlas-logo-white.svg',