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): Update PADO to Primus #845

Merged
merged 1 commit into from
Nov 30, 2024
Merged
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
8 changes: 0 additions & 8 deletions explorer/src/assets/issuers/pado-dark.svg

This file was deleted.

11 changes: 0 additions & 11 deletions explorer/src/assets/issuers/pado.svg

This file was deleted.

29 changes: 29 additions & 0 deletions explorer/src/assets/issuers/primus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 9 additions & 12 deletions explorer/src/pages/Home/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ import Okapi from "@/assets/issuers/okapi-black.svg?react";
import OkapiDark from "@/assets/issuers/okapi-white.svg?react";
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 PassportXyz from "@/assets/issuers/passport-xyz.svg?react";
import Primus from "@/assets/issuers/primus.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";
Expand Down Expand Up @@ -79,24 +78,22 @@ export const issuersData: IIssuer[] = [
],
},
{
name: "PADO Labs",
logo: Pado,
logoDark: PadoDark,
name: "Primus Labs",
logo: Primus,
keywords: ["zk-attestations"],
description:
"PADO is a zkAttestation protocol, dedicated to bringing Internet data into web3 smart contracts, expanding the capabilities of smart contracts, and enabling the monetization of personal data within data flows under privacy protection.",
CTALink: "https://www.padolabs.org/events",
CTATitle: "Go to Pado",
"Primus is a zkAttestation protocol, dedicated to bringing Internet data into web3 smart contracts, expanding the capabilities of smart contracts, and enabling the monetization of personal data within data flows under privacy protection.",
CTALink: "https://primuslabs.xyz/",
CTATitle: "Go to Primus Labs",
address: "0xDB736B13E2f522dBE18B2015d0291E4b193D8eF6",
attestationDefinitions: [
{
name: "Binance KYC",
logo: Pado,
logoDark: PadoDark,
description: "PADO uses MPC-TLS and ZKP technology to attest you have a valid KYC on Binance",
logo: Primus,
description: "Primus uses MPC-TLS and ZKP technology to attest you have a valid KYC on Binance",
portal: "0xc4b7dcba12866f6f8181b949ca443232c4e94334",
schema: "0x84fdf5748d9af166503472ff5deb0cd5f61f006169424805fd5554356ac6df10",
url: "https://padolabs.org/events",
url: "https://primuslabs.xyz/dataVerification",
chainId: "0xe708",
},
],
Expand Down
Loading