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