From 74067d96ed40e6172076290bcfc391ba701ae9ed Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Fri, 19 Jan 2024 14:29:13 +0000 Subject: [PATCH] Task/add missing issuer data (#539) Co-authored-by: Liaoyi --- explorer/src/assets/issuers/rubyscore.svg | 1111 +++++++++++++++++++++ explorer/src/pages/Home/data.tsx | 13 +- 2 files changed, 1123 insertions(+), 1 deletion(-) create mode 100644 explorer/src/assets/issuers/rubyscore.svg diff --git a/explorer/src/assets/issuers/rubyscore.svg b/explorer/src/assets/issuers/rubyscore.svg new file mode 100644 index 00000000..d8dde47f --- /dev/null +++ b/explorer/src/assets/issuers/rubyscore.svg @@ -0,0 +1,1111 @@ + + + + + diff --git a/explorer/src/pages/Home/data.tsx b/explorer/src/pages/Home/data.tsx index d325c2d3..bb0faace 100644 --- a/explorer/src/pages/Home/data.tsx +++ b/explorer/src/pages/Home/data.tsx @@ -9,6 +9,7 @@ import Orange from "@/assets/issuers/orange.svg?react"; import PadoDark from "@/assets/issuers/pado-dark.svg?react"; import Pado from "@/assets/issuers/pado.svg?react"; import Reclaim from "@/assets/issuers/reclaim.svg?react"; +import RubyScore from "@/assets/issuers/rubyscore.svg?react"; import Trusta from "@/assets/issuers/trusta.svg?react"; import ZkPassDark from "@/assets/issuers/zkpass-dark.svg?react"; import ZkPass from "@/assets/issuers/zkpass.svg?react"; @@ -83,7 +84,7 @@ export const issuersData: IIssuer[] = [ logo: Nomis, keywords: ["reputation", "wallet score"], description: - "Nomis is an Identity and Reputation Protocol that leverages users onchain activity to assign Reputation Scores to their wallets. It serves as the Layer for Web3 Personalization, enabling users to create, develop and leverage their onchain Reputation.", + "Nomis is an Identity and Reputation Protocol that leverages users on-chain activity to assign Reputation Scores to their wallets. It serves as the Layer for Web3 Personalization, enabling users to create, develop and leverage their on-chain Reputation.", CTALink: "https://nomis.cc/linea-voyage", CTATitle: "Go To Nomis", address: "0x8535156C75750d79ee0D9829c5D4Ae6f5D9DbCB5", @@ -138,4 +139,14 @@ export const issuersData: IIssuer[] = [ CTATitle: "Go To Reclaim Protocol", address: "0xc15718EEC68DbCA02C4B4215B87beef46C3106d5", }, + { + name: "RubyScore", + logo: RubyScore, + keywords: ["reputation", "wallet score"], + description: + "RubyScore - Onchain ranking protocol. We conduct a comprehensive ranking of the entire Layer 2 to help users understand their position among all participants and evaluate their wallets based on various parameters.", + CTALink: "https://rubyscore.io/attestation", + CTATitle: "Go To RubyScore", + address: "0xb9cc0bb020cf55197c4c3d826ac87cadba51f272", + }, ];