lower std for numeric bets

This commit is contained in:
mantikoros 2022-05-06 17:09:27 -04:00
parent 89ebf344df
commit d1d381c51b

View File

@ -38,7 +38,7 @@ export function getNumericBets(
contract: NumericContract,
bucket: string,
betAmount: number,
std = 0.025
std = 0.01
) {
const { bucketCount } = contract
const bucketNumber = parseInt(bucket)