From c11713b34e1309046ae87ea632621488752c0fde Mon Sep 17 00:00:00 2001 From: Narbeh Shahnazarian Date: Mon, 25 Sep 2023 19:05:11 -0700 Subject: [PATCH] Adds ethereum foundation definition --- 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 ac582a8..59964e9 100644 --- a/resources/master_term_bank_en.csv +++ b/resources/master_term_bank_en.csv @@ -65,4 +65,5 @@ application/json,zero-knowledge proof,"A zero-knowledge proof is a mathematical application/json,digital identity,"Digital Identity refers to the virtual representation of an individual or entity's unique characteristics, information, and activities online. It is the digital equivalent of one's identity in the real world, used for various purposes such as authentication, authorization, and personalization in digital interactions.",en,GLOSSETA-PROD,general 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 \ No newline at end of file +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 diff --git a/src/filter/termConfig.ts b/src/filter/termConfig.ts index 7a3116d..1f52030 100644 --- a/src/filter/termConfig.ts +++ b/src/filter/termConfig.ts @@ -69,5 +69,6 @@ export const termFilter = [ "digital identity", "digital marketplace", "polygon", - "evm" + "evm", + "ethereum foundation" ]; \ No newline at end of file