1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 05:41:41 +02:00

another row of highest liquidity pools

This commit is contained in:
Matthias Kretschmann 2020-10-26 20:23:26 +01:00
parent d6e9e7f7c9
commit ce9923f80c
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -14,7 +14,7 @@ import Button from '../atoms/Button'
const queryHighest = {
page: 1,
offset: 3,
offset: 6,
query: { 'price.type': ['pool'] },
sort: { 'price.ocean': -1 }
}