From db2156f6b99cc04bf41efbcd7899104aff7c1cc8 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Fri, 6 May 2022 16:51:55 -0400 Subject: [PATCH] halve std of numeric bets --- common/calculate-dpm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/calculate-dpm.ts b/common/calculate-dpm.ts index a37bab15..17013da0 100644 --- a/common/calculate-dpm.ts +++ b/common/calculate-dpm.ts @@ -38,7 +38,7 @@ export function getNumericBets( contract: NumericContract, bucket: string, betAmount: number, - std = 0.05 + std = 0.025 ) { const { bucketCount } = contract const bucketNumber = parseInt(bucket)