Skip to content

Commit f8112f7

Browse files
authored
Add mimir (#415)
1 parent fde67fa commit f8112f7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/assets/projects/mimir.png

5.13 KB
Loading

src/config/projects.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ import helixDao from "../assets/projects/helix-dao.png";
4949
import immunefi from "../assets/projects/immunefi.png";
5050
import ktonStaking from "../assets/projects/kton-staking.png";
5151
import envio from "../assets/projects/Envio_logo_sqaure.png";
52+
import mimir from "../assets/projects/mimir.png";
5253

5354
export const projects = (t: TFunction): PortalMeta[] => [
5455
{
@@ -454,4 +455,11 @@ export const projects = (t: TFunction): PortalMeta[] => [
454455
"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.",
455456
tags: ["Infrastructure", "Tool"],
456457
},
458+
{
459+
logo: mimir,
460+
name: t("Mimir"),
461+
link: t("https://safe.mimir.global/?chainid=46"),
462+
description: t("Mimir is your ultimate multisig wallet, engineered to deliver an exceptional multisig experience."),
463+
tags: ["Wallet", "Infrastructure"],
464+
},
457465
];

0 commit comments

Comments
 (0)