reduce phantom ante to 0.01
This commit is contained in:
parent
54a1c05b74
commit
07a8e86d8c
|
@ -3,7 +3,7 @@ import { getProbability } from './calculate'
|
|||
import { Contract } from './contract'
|
||||
import { User } from './user'
|
||||
|
||||
export const PHANTOM_ANTE = 1
|
||||
export const PHANTOM_ANTE = 0.01
|
||||
export const MINIMUM_ANTE = 10
|
||||
|
||||
export const calcStartPool = (initialProbInt: number, ante = 0) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user