Skip to content

Commit

Permalink
fix market list
Browse files Browse the repository at this point in the history
  • Loading branch information
Robiquet committed May 29, 2024
1 parent 9e25ed0 commit e5ebb85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/hooks/queries/useInfiniteMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ export const useInfiniteMarkets = (
scoringRule_eq: ScoringRule.AmmCdaHybrid,
neoPool_isNull: withLiquidityOnly ? false : undefined,
},
{
scoringRule_eq: ScoringRule.Lmsr,
neoPool_isNull: withLiquidityOnly ? false : undefined,
},
],
},
],
Expand Down

0 comments on commit e5ebb85

Please sign in to comment.