From eebc5bd4005cce26df5158c715c1978f2dea4ad2 Mon Sep 17 00:00:00 2001 From: n0mbr3al3at0r10 Date: Wed, 29 Nov 2023 13:46:24 -0300 Subject: [PATCH] chore: added cex billType --- src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/index.ts b/src/types/index.ts index a7f93173..7c1f13d1 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -109,7 +109,7 @@ export interface BillsConfig { index: number contractAddress: Partial> billVersion: BillVersion - billType: 'liquidity' | 'reserve' | 'launch' | 'migration' + billType: 'liquidity' | 'reserve' | 'launch' | 'migration' | 'cex' token: Token quoteToken: Token lpToken: Token