Skip to content

Commit

Permalink
chore(explorer): Add Holonym to explorer dashboard (#631)
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 Jun 17, 2024
1 parent f53c66b commit e9745fe
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 0 deletions.
362 changes: 362 additions & 0 deletions explorer/src/assets/issuers/logo-holo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added explorer/src/assets/issuers/zeronym-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added explorer/src/assets/issuers/zeronym-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions explorer/src/assets/issuers/zeronym.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions explorer/src/pages/Home/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Aspecta from "@/assets/issuers/aspecta.svg?react";
import Automata from "@/assets/issuers/automata.svg?react";
import Clique from "@/assets/issuers/clique.svg?react";
import Gitcoin from "@/assets/issuers/gitcoin.svg?react";
import Holonym from "@/assets/issuers/logo-holo.svg?react";
import Nomis from "@/assets/issuers/nomis.svg?react";
import OpenId3 from "@/assets/issuers/openid3.svg?react";
import Orange from "@/assets/issuers/orange.svg?react";
Expand Down Expand Up @@ -149,4 +150,13 @@ export const issuersData: IIssuer[] = [
CTATitle: "Go To RubyScore",
address: "0xb9cc0bb020cf55197c4c3d826ac87cadba51f272",
},
{
name: "Holonym",
logo: Holonym,
keywords: ["Proof of Personhood"],
description: "Prove your personhood with Zeronym by Holonym without revealing any information about your identity",
CTALink: "https://holonym.id/",
CTATitle: "Go To Holonym",
address: "0x5631Aecf3283922b6bf36D7485Eb460f244bfac1",
},
];

0 comments on commit e9745fe

Please sign in to comment.