lower std for numeric bets
This commit is contained in:
parent
89ebf344df
commit
d1d381c51b
|
@ -38,7 +38,7 @@ export function getNumericBets(
|
||||||
contract: NumericContract,
|
contract: NumericContract,
|
||||||
bucket: string,
|
bucket: string,
|
||||||
betAmount: number,
|
betAmount: number,
|
||||||
std = 0.025
|
std = 0.01
|
||||||
) {
|
) {
|
||||||
const { bucketCount } = contract
|
const { bucketCount } = contract
|
||||||
const bucketNumber = parseInt(bucket)
|
const bucketNumber = parseInt(bucket)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user