From 571a7a207a0230528c0bdcecbb0e905eac5e9d46 Mon Sep 17 00:00:00 2001 From: Narb Date: Sun, 1 Oct 2023 17:58:22 -0700 Subject: [PATCH] Adds decentralized storage to the term bank (#189) --- resources/master_term_bank_en.csv | 3 ++- src/filter/termConfig.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/master_term_bank_en.csv b/resources/master_term_bank_en.csv index 59964e9..e3cc4c9 100644 --- a/resources/master_term_bank_en.csv +++ b/resources/master_term_bank_en.csv @@ -66,4 +66,5 @@ application/json,digital identity,"Digital Identity refers to the virtual repres application/json,digital marketplace,"Digital marketplaces are online stores where users can buy and sell digital goods and services (e.g. NFTs).",en,GLOSSETA-PROD,general 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 \ No newline at end of file +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 diff --git a/src/filter/termConfig.ts b/src/filter/termConfig.ts index 1f52030..2487319 100644 --- a/src/filter/termConfig.ts +++ b/src/filter/termConfig.ts @@ -70,5 +70,6 @@ export const termFilter = [ "digital marketplace", "polygon", "evm", - "ethereum foundation" + "ethereum foundation", + "decentralized storage" ]; \ No newline at end of file