Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(explorer): add Privado ID card #669

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions explorer/src/assets/issuers/privado-id.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 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 OpenId3 from "@/assets/issuers/openid3.svg?react";
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 PrivadoID from "@/assets/issuers/privado-id.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";
Expand Down Expand Up @@ -187,4 +188,15 @@ export const issuersData: IIssuer[] = [
CTATitle: "Go To Index Network",
address: "0x0000000000000000000000000000000000000000",
},
{
name: "Privado ID",
logo: PrivadoID,
logoDark: PrivadoID,
keywords: ["Proof of Uniqueness", "Proof of Liveness", "Reputation"],
description:
"Unlock your exclusive early adopter rewards while outsmarting bots! Participate in incentive programs or interact with dApps while preserving your privacy. Claim your Proof of Uniqueness (PoU) and Proof of Liveness (PoL) credentials and reuse them across any EVM-compatible chain.",
CTALink: "https://www.privado.id/",
CTATitle: "Go To Privado ID",
address: "0x80203136fae3111b810106baa500231d4fd08fc6",
},
];
Loading