Skip to content

Commit

Permalink
chore: added cex billType
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mbr3al3at0r10 committed Nov 29, 2023
1 parent e115e8a commit eebc5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export interface BillsConfig {
index: number
contractAddress: Partial<Record<ChainId, string>>
billVersion: BillVersion
billType: 'liquidity' | 'reserve' | 'launch' | 'migration'
billType: 'liquidity' | 'reserve' | 'launch' | 'migration' | 'cex'
token: Token
quoteToken: Token
lpToken: Token
Expand Down

0 comments on commit eebc5bd

Please sign in to comment.