From a7c422e69e9d716dd19abe94fa9cf4f6e9051ebd Mon Sep 17 00:00:00 2001 From: mantikoros Date: Thu, 21 Apr 2022 12:59:12 -0500 Subject: [PATCH] change ante to M$ 50 --- common/antes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/antes.ts b/common/antes.ts index a443f508..9a3f48c6 100644 --- a/common/antes.ts +++ b/common/antes.ts @@ -5,7 +5,7 @@ import { User } from './user' import { LiquidityProvision } from './liquidity-provision' import { noFees } from './fees' -export const FIXED_ANTE = 100 +export const FIXED_ANTE = 50 // deprecated export const PHANTOM_ANTE = 0.001