go back to $100 fixed ante

This commit is contained in:
mantikoros 2022-05-04 11:11:06 -04:00
parent a004d3a4bf
commit 5c18820d96

View File

@ -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 ||