diff --git a/content/site.json b/content/site.json index 8772ac20c..ce562e265 100644 --- a/content/site.json +++ b/content/site.json @@ -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": [ diff --git a/src/@utils/aquarius/index.ts b/src/@utils/aquarius/index.ts index 452b34ac7..6b5d49a18 100644 --- a/src/@utils/aquarius/index.ts +++ b/src/@utils/aquarius/index.ts @@ -57,6 +57,13 @@ export function generateBaseQuery( 'nft.state': 5 } } + ], + must: [ + { + terms: { + 'metadata.tags.keyword': ['RegenRangersODC'] + } + } ] } })