Skip to content

Commit

Permalink
chore(explorer): Add Gitcoin to the Issuer list (for the Sovs.xyz ini…
Browse files Browse the repository at this point in the history
…tiative) (#843)
  • Loading branch information
alainncls authored Nov 30, 2024
1 parent 815892b commit c4ad9fd
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
10 changes: 10 additions & 0 deletions explorer/src/assets/issuers/gitcoin-dark.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/assets/issuers/gitcoin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions explorer/src/assets/issuers/sovs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions explorer/src/pages/Home/data.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import ZeroXScore from "@/assets/issuers/0xscore.svg?react";
import Aspecta from "@/assets/issuers/aspecta.svg?react";
import Automata from "@/assets/issuers/automata.svg?react";
import GitcoinDark from "@/assets/issuers/gitcoin-dark.svg?react";
import Gitcoin from "@/assets/issuers/gitcoin.svg?react";
import Hapi from "@/assets/issuers/hapi.svg?react";
import Nomis from "@/assets/issuers/nomis.svg?react";
import Okapi from "@/assets/issuers/okapi-black.svg?react";
Expand All @@ -14,6 +16,7 @@ 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 Sovs from "@/assets/issuers/sovs.svg?react";
import Trusta from "@/assets/issuers/trusta.svg?react";
import Zeronym from "@/assets/issuers/zeronym-black.svg?react";
import ZeronymDark from "@/assets/issuers/zeronym-white.svg?react";
Expand Down Expand Up @@ -425,4 +428,27 @@ export const issuersData: IIssuer[] = [
},
],
},
{
name: "Gitcoin",
logo: Gitcoin,
logoDark: GitcoinDark,
keywords: ["Sovereignty"],
description:
"Gitcoin provides the tools, expertise, and services that empower ecosystems to launch and scale impactful grants programs—without the administrative burden.",
CTALink: "https://www.gitcoin.co/",
CTATitle: "Go To Gitcoin",
address: "0xbf7877303b90297e7489aa1c067106331dff7288",
attestationDefinitions: [
{
name: "Sovs.xyz",
logo: Sovs,
description:
"By making an explicit attestation of personal sovereignty, your support for the emerging world of network states will be written into the permanent history of the liberation of humanity, cryptographically etched on the Linea blockchain.",
portal: "0x888d41df5d93a59da278562b21d7ba00ffd899d3",
schema: "0xd20a542d667c057bd5c612a6afd26fa04fef98affdb8b4cbde80401c6de73afe",
url: "https://www.sovs.xyz/",
chainId: "0xe708",
},
],
},
];

0 comments on commit c4ad9fd

Please sign in to comment.