lower std for numeric bets
This commit is contained in:
parent
89ebf344df
commit
d1d381c51b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user