liquidity sort

This commit is contained in:
mantikoros 2022-10-06 18:23:27 -05:00
parent d9c8925ea0
commit 80622dc7ee

View File

@ -48,6 +48,7 @@ export const SORTS = [
{ label: 'Daily trending', value: 'daily-score' },
{ label: '24h volume', value: '24-hour-vol' },
{ label: 'Most popular', value: 'most-popular' },
{ label: 'Liquidity', value: 'liquidity' },
{ label: 'Last updated', value: 'last-updated' },
{ label: 'Closing soon', value: 'close-date' },
{ label: 'Resolve date', value: 'resolve-date' },