Skip to content

Commit a25fec7

Browse files
committed
chore(explorer): add Sumsub as Issuer
1 parent c2e51ba commit a25fec7

3 files changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Loading

explorer/src/pages/Home/data.tsx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import Reclaim from "@/assets/issuers/reclaim.svg?react";
1717
import Reputex from "@/assets/issuers/reputex.svg?react";
1818
import RubyScore from "@/assets/issuers/rubyscore.svg?react";
1919
import Sovs from "@/assets/issuers/sovs.svg?react";
20+
import Sumsub from "@/assets/issuers/sumsub-black.svg?react";
21+
import SumsubDark from "@/assets/issuers/sumsub.svg?react";
2022
import Trusta from "@/assets/issuers/trusta.svg?react";
2123
import Zeronym from "@/assets/issuers/zeronym-black.svg?react";
2224
import ZeronymDark from "@/assets/issuers/zeronym-white.svg?react";
@@ -472,4 +474,26 @@ export const issuersData: IIssuer[] = [
472474
},
473475
],
474476
},
477+
{
478+
name: "Sumsub",
479+
logo: Sumsub,
480+
logoDark: SumsubDark,
481+
keywords: ["Proof of Personhood Verification", "Identity", "Liveness", "KYC", "Proof of KYC", "Reusable Identity", "Reusable KYC", "Sumsub ID", "KYC Sharing"],
482+
description: "Sumsub is the no. 1 IDV/KYC provider for the crypto space, serving over 1000 crypto customers, such as major exchanges, wallets, on/off ramps and many others. Besides Identity Verification and KYC, Sumsub also provides KYB, Transaction Monitoring, Travel Rule and Fraud Prevention solutusion. Sumsub also launched the Reusable Identity solution, including Sumsub ID, which allows users to store their pre-verified KYC data with Sumsub and use it seamlessly in subsequent onboarding across the whole Sumsub network. Users can also issue on-chain credentials to prove certain attributes about themselves programmatically.",
483+
CTALink: "https://sumsub.com/",
484+
CTATitle: "Go To Sumsub",
485+
address: "0x887f94c1283697c607b321860bd95263ac0e2467",
486+
attestationDefinitions: [
487+
{
488+
name: "Proof of Personhood Verification",
489+
logo: Sumsub,
490+
logoDark: SumsubDark,
491+
description: "Sumsub’s Proof of Personhood and Uniqueness attestation on Verax proves that the individual controlling the private keys to a specific wallet is a human and also that they have not created the same attestation from another wallet.",
492+
portal: "0x501e742cf30ece300e3e8cb45a975c15057d5b46",
493+
schema: "0x39d02301e928bea8be757163a804167b7f7eaa5ac01c39bc3d2e6da5a65cd23f",
494+
url: "https://id.sumsub.com/linea-liveness",
495+
chainId: "0xe708",
496+
},
497+
],
498+
},
475499
];

0 commit comments

Comments
 (0)