mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
another row of highest liquidity pools
This commit is contained in:
parent
d6e9e7f7c9
commit
ce9923f80c
@ -14,7 +14,7 @@ import Button from '../atoms/Button'
|
|||||||
|
|
||||||
const queryHighest = {
|
const queryHighest = {
|
||||||
page: 1,
|
page: 1,
|
||||||
offset: 3,
|
offset: 6,
|
||||||
query: { 'price.type': ['pool'] },
|
query: { 'price.type': ['pool'] },
|
||||||
sort: { 'price.ocean': -1 }
|
sort: { 'price.ocean': -1 }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user