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",
|
||||
"siteTagline": "A marketplace to find, publish and trade datasets in the Ocean Network.",
|
||||
"siteUrl": "https://market.oceanprotocol.com",
|
||||
"siteTitle": "OpenData Community",
|
||||
"siteTagline": "A home for OpenData Community data sets and Legos for the protection of web3",
|
||||
"siteUrl": "https://odc.oceanprotocol.com",
|
||||
"siteImage": "/share.png",
|
||||
"copyright": "All Rights Reserved. Powered by ",
|
||||
"menu": [
|
||||
|
@ -57,6 +57,13 @@ export function generateBaseQuery(
|
||||
'nft.state': 5
|
||||
}
|
||||
}
|
||||
],
|
||||
must: [
|
||||
{
|
||||
terms: {
|
||||
'metadata.tags.keyword': ['RegenRangersODC']
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user