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