Most predictions => Most traded

This commit is contained in:
James Grugett 2022-09-16 17:43:27 -05:00
parent 3e9f046a29
commit 94c448ee8b

View File

@ -40,7 +40,7 @@ const searchIndexName = ENV === 'DEV' ? 'dev-contracts' : 'contractsIndex'
export const SORTS = [
{ label: 'Newest', value: 'newest' },
{ label: 'Trending', value: 'score' },
{ label: `Most ${PAST_BETS}`, value: 'most-traded' },
{ label: `Most traded`, value: 'most-traded' },
{ label: '24h volume', value: '24-hour-vol' },
{ label: '24h change', value: 'prob-change-day' },
{ label: 'Last updated', value: 'last-updated' },