Skip to content

Commit

Permalink
task(explorer): Add ReputeX to Explorer Dashboard (#744)
Browse files Browse the repository at this point in the history
Co-authored-by: Alain Nicolas <alain.nicolas@consensys.net>
  • Loading branch information
orbmis and alainncls authored Sep 25, 2024
1 parent 7f89cca commit a1e21e2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
11 changes: 11 additions & 0 deletions explorer/src/assets/issuers/reputex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions explorer/src/pages/Home/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Pado from "@/assets/issuers/pado.svg?react";
import PassportXyz from "@/assets/issuers/passport-xyz.svg?react";
import PrivadoID from "@/assets/issuers/privado-id.svg?react";
import Reclaim from "@/assets/issuers/reclaim.svg?react";
import Reputex from "@/assets/issuers/reputex.svg?react";
import RubyScore from "@/assets/issuers/rubyscore.svg?react";
import Trusta from "@/assets/issuers/trusta.svg?react";
import Zeronym from "@/assets/issuers/zeronym-black.svg?react";
Expand Down Expand Up @@ -400,4 +401,28 @@ export const issuersData: IIssuer[] = [
},
],
},
{
name: "ReputeX",
logo: Reputex,
logoDark: Reputex,
keywords: ["Reputation"],
description:
"ReputeX is the Modular Web3 Reputation Layer, building a suite of Reputation, Credit and Engagement metrics specifically designed for the Web3 ecosystem.",
CTALink: "https://reputex.io",
CTATitle: "Go To ReputeX",
address: "0x92300aed0cb2b0d392dbf912085b01c4b2251b7d",
attestationDefinitions: [
{
name: "ReputeX Score",
logo: Reputex,
logoDark: Reputex,
description:
"Users can easily access their reputation scores by connecting their Web3 wallet to the ReputeX platform via the web app. Once connected, you can view and monitor your reputation score and take proactive measures to enhance it.",
portal: "0xdb5b4874c0948a5a7a1bf7f68708f60c274a8a47",
schema: "0xc51f34fd0d447bb8df012a3e48750a2fef499117a75988d80d098318e8c47b7e",
url: "https://reputex.io/verax",
chainId: "0xe708",
},
],
},
];

0 comments on commit a1e21e2

Please sign in to comment.