diff --git a/src/assets/projects/immunefi.png b/src/assets/projects/immunefi.png new file mode 100644 index 00000000..20e51305 Binary files /dev/null and b/src/assets/projects/immunefi.png differ diff --git a/src/config/projects.ts b/src/config/projects.ts index 38dae07c..ee7971fd 100644 --- a/src/config/projects.ts +++ b/src/config/projects.ts @@ -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[] => [ { @@ -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"], + }, ];