1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

fixed highest liquidity number of assets

This commit is contained in:
Bogdan Fazakas 2021-07-12 11:45:23 +03:00
parent 1da3214599
commit 3bca0e0b1c

View File

@ -28,7 +28,7 @@ async function getQueryHighest(
// TODO: this query needs to adapt to chainIds // TODO: this query needs to adapt to chainIds
const queryHighest = { const queryHighest = {
page: 1, page: 1,
offset: 15, offset: 9,
query: { query: {
query_string: { query_string: {
query: `(${dids}) AND (${transformChainIdsListToQuery( query: `(${dids}) AND (${transformChainIdsListToQuery(