mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-15 01:34:57 +01:00
tweak high liquidity sorting
This commit is contained in:
parent
7a7bbfae4e
commit
2fd40ae35e
@ -15,7 +15,7 @@ const queryHighest = {
|
||||
page: 1,
|
||||
offset: 3,
|
||||
query: { 'price.type': ['pool'] },
|
||||
sort: { 'price.value': 1 }
|
||||
sort: { 'price.ocean': -1 }
|
||||
}
|
||||
|
||||
const queryLatest = {
|
||||
|
Loading…
Reference in New Issue
Block a user