go back to $100 fixed ante
This commit is contained in:
parent
a004d3a4bf
commit
5c18820d96
|
@ -81,7 +81,7 @@ export const createContract = functions
|
|||
.get()
|
||||
const isFree = userContractsCreatedTodaySnapshot.size === 0
|
||||
|
||||
const ante = isFree ? 300 : FIXED_ANTE // data.ante
|
||||
const ante = FIXED_ANTE // data.ante
|
||||
|
||||
if (
|
||||
ante === undefined ||
|
||||
|
|
Loading…
Reference in New Issue
Block a user