Skip to content

Commit

Permalink
Add mimir (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvandev committed Jul 19, 2024
1 parent fde67fa commit f8112f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added src/assets/projects/mimir.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import helixDao from "../assets/projects/helix-dao.png";
import immunefi from "../assets/projects/immunefi.png";
import ktonStaking from "../assets/projects/kton-staking.png";
import envio from "../assets/projects/Envio_logo_sqaure.png";
import mimir from "../assets/projects/mimir.png";

export const projects = (t: TFunction): PortalMeta[] => [
{
Expand Down Expand Up @@ -454,4 +455,11 @@ export const projects = (t: TFunction): PortalMeta[] => [
"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"],
},
{
logo: mimir,
name: t("Mimir"),
link: t("https://safe.mimir.global/?chainid=46"),
description: t("Mimir is your ultimate multisig wallet, engineered to deliver an exceptional multisig experience."),
tags: ["Wallet", "Infrastructure"],
},
];

0 comments on commit f8112f7

Please sign in to comment.