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:
parent
1da3214599
commit
3bca0e0b1c
@ -28,7 +28,7 @@ async function getQueryHighest(
|
||||
// TODO: this query needs to adapt to chainIds
|
||||
const queryHighest = {
|
||||
page: 1,
|
||||
offset: 15,
|
||||
offset: 9,
|
||||
query: {
|
||||
query_string: {
|
||||
query: `(${dids}) AND (${transformChainIdsListToQuery(
|
||||
|
Loading…
Reference in New Issue
Block a user