halve std of numeric bets

This commit is contained in:
mantikoros 2022-05-06 16:51:55 -04:00
parent d38453b29a
commit db2156f6b9

View File

@ -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)