1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
This commit is contained in:
mihaisc 2023-04-23 20:04:57 +03:00
parent 81aa66c514
commit 28a166a981
2 changed files with 10 additions and 3 deletions

View File

@ -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": [

View File

@ -57,6 +57,13 @@ export function generateBaseQuery(
'nft.state': 5
}
}
],
must: [
{
terms: {
'metadata.tags.keyword': ['RegenRangersODC']
}
}
]
}
})