From 107cecb063c42cd65f97572c751856e1a490d2d4 Mon Sep 17 00:00:00 2001 From: Narbeh Shahnazarian Date: Sun, 8 Oct 2023 17:06:46 -0700 Subject: [PATCH] adds decentralized social media and lens definitons --- resources/master_term_bank_en.csv | 4 +++- src/filter/termConfig.ts | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/master_term_bank_en.csv b/resources/master_term_bank_en.csv index e3cc4c9..d5795ff 100644 --- a/resources/master_term_bank_en.csv +++ b/resources/master_term_bank_en.csv @@ -67,4 +67,6 @@ application/json,digital marketplace,"Digital marketplaces are online stores whe application/json,polygon,"Polygon is a layer 2 blockchain that sits on top of Ethereum whose purpose is to make it faster and cheaper to use.",en,GLOSSETA-PROD,protocol application/json,evm,"The Ethereum Virtual Machine (EVM) is a piece of software that is core to the Ethereum blockchain. It powers the network upkeep of the blockchain as well as letting decentralized applications execute code.",en,GLOSSETA-PROD,general application/json,ethereum foundation,"The Ethereum Foundation a non-profit organization dedicated to advancing and supporting the development of the Ethereum blockchain by providing resources like funding, research, and guidance to help developers advance the ecosystem.",en,GLOSSETA-PROD,general -application/json,decentralized storage,"Decentralized storage is a way of storing data where it's spread out across many connected devices instead of being kept in one central place, making it more secure, reliable, and available.",en,GLOSSETA-PROD,general \ No newline at end of file +application/json,decentralized storage,"Decentralized storage is a way of storing data where it's spread out across many connected devices instead of being kept in one central place, making it more secure, reliable, and available.",en,GLOSSETA-PROD,general +application/json,decentralized social media,"Decentralized social media is a type of social networking where users and communities have control over their data and interactions, without reliance on a central authority or corporation.",en,GLOSSETA-PROD,general +application/json,lens protocol,"Lens Protocol is a social graph that allows users to own and control their social connections and content, unlike traditional social media where data is controlled by the platform. Users can easily move their data between different applications, fostering a collaborative and user-centric social media ecosystem.",en,GLOSSETA-PROD,protocol \ No newline at end of file diff --git a/src/filter/termConfig.ts b/src/filter/termConfig.ts index 2487319..a8ad7b6 100644 --- a/src/filter/termConfig.ts +++ b/src/filter/termConfig.ts @@ -71,5 +71,7 @@ export const termFilter = [ "polygon", "evm", "ethereum foundation", - "decentralized storage" + "decentralized storage", + "decentralized social media", + "lens protocol" ]; \ No newline at end of file