From 9e546f38ba43da0614fce198b7b1e25ce16f4a4c Mon Sep 17 00:00:00 2001 From: ethanill Date: Mon, 18 Dec 2023 16:51:27 +0000 Subject: [PATCH] Review of main_category classification (#76) * nomos main category update * squid category update * gelotto category update --- dapps/Nomos.json | 2 +- dapps/gelotto.json | 2 +- dapps/squid.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dapps/Nomos.json b/dapps/Nomos.json index 5f5f960..84e5179 100644 --- a/dapps/Nomos.json +++ b/dapps/Nomos.json @@ -1,7 +1,7 @@ { "name": "Nomos", "categories": ["DeFi", "Governance & DAO Tooling"], -"main_category": "DeFi", +"main_category": "Governance & DAO Tooling", "is_live": true, "is_featured": false, "is_trending": false, diff --git a/dapps/gelotto.json b/dapps/gelotto.json index 705bab1..29f3df8 100644 --- a/dapps/gelotto.json +++ b/dapps/gelotto.json @@ -1,7 +1,7 @@ { "name": "Gelotto", "categories": ["DeFi", "Games", "NFTs"], - "main_category": "DeFi", + "main_category": "Games", "is_live": true, "is_featured": false, "is_trending": true, diff --git a/dapps/squid.json b/dapps/squid.json index da6112d..cc7fa88 100644 --- a/dapps/squid.json +++ b/dapps/squid.json @@ -1,6 +1,6 @@ { "name": "Squid", - "categories": ["Infrastructure", "DeFi"], + "categories": ["Infrastructure", "DeFi", "Bridges"], "main_category": "DeFi", "is_live": true, "is_featured": false,