From 28a166a9812c6fb22a1a33d35bc1dc572c7c124d Mon Sep 17 00:00:00 2001 From: mihaisc Date: Sun, 23 Apr 2023 20:04:57 +0300 Subject: [PATCH] content --- content/site.json | 6 +++--- src/@utils/aquarius/index.ts | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) 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'] + } + } ] } })