Skip to content

Commit

Permalink
Add Immunefi (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Mar 15, 2024
1 parent 0c4594b commit a3cfc4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/assets/projects/immunefi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ import gnosisMultisigWallet from "../assets/projects/gnosis-multisig-wallet.svg"
import subApiDao from "../assets/projects/subapi-dao.png";
import helixDao from "../assets/projects/helix-dao.png";
import tally from "../assets/projects/tally.png";
import immunefi from "../assets/projects/immunefi.png";

export const projects = (t: TFunction): PortalMeta[] => [
{
Expand Down Expand Up @@ -534,4 +535,12 @@ export const projects = (t: TFunction): PortalMeta[] => [
),
tags: ["Infrastructure", "DAO"],
},
{
logo: immunefi,
name: "Immunefi",
link: "https://immunefi.com/",
description:
"The leading bug bounty platform for blockchain with the world's largest bug bounties. More than $90m paid out to Whitehats and $156m in rewards available.",
tags: ["Infrastructure", "Tool"],
},
];

0 comments on commit a3cfc4b

Please sign in to comment.