mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
content
This commit is contained in:
parent
81aa66c514
commit
28a166a981
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"siteTitle": "Ocean Market",
|
"siteTitle": "OpenData Community",
|
||||||
"siteTagline": "A marketplace to find, publish and trade datasets in the Ocean Network.",
|
"siteTagline": "A home for OpenData Community data sets and Legos for the protection of web3",
|
||||||
"siteUrl": "https://market.oceanprotocol.com",
|
"siteUrl": "https://odc.oceanprotocol.com",
|
||||||
"siteImage": "/share.png",
|
"siteImage": "/share.png",
|
||||||
"copyright": "All Rights Reserved. Powered by ",
|
"copyright": "All Rights Reserved. Powered by ",
|
||||||
"menu": [
|
"menu": [
|
||||||
|
@ -57,6 +57,13 @@ export function generateBaseQuery(
|
|||||||
'nft.state': 5
|
'nft.state': 5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
must: [
|
||||||
|
{
|
||||||
|
terms: {
|
||||||
|
'metadata.tags.keyword': ['RegenRangersODC']
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user