Skip to content

Commit

Permalink
Add Gnosis MultiSigWallet (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Oct 13, 2023
1 parent c50e51b commit 6bbce9f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/assets/projects/gnosis-multisig-wallet.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 src/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import brownie from "../assets/projects/brownie.png";
import scaffoldEth from "../assets/projects/scaffold-eth.png";
import walletconnect from "../assets/projects/walletconnect.png";
import darwinia from "../assets/projects/darwinia.svg";
import gnosisMultisigWallet from "../assets/projects/gnosis-multisig-wallet.svg";

export const projects = (t: TFunction): PortalMeta[] => [
{
Expand Down Expand Up @@ -485,4 +486,13 @@ export const projects = (t: TFunction): PortalMeta[] => [
),
tags: ["Tool"],
},
{
logo: gnosisMultisigWallet,
name: t("Gnosis MultiSigWallet(Classic)"),
link: t("https://ipfs.io/ipfs/QmfRD4GuqZobNi2NT2C77a3UTQ452ffwstr4fjEJixUgjf/#/wallets"),
description: t(
"Gnosis Safe is the most trusted decentralized custody protocol and collective asset management platform on Ethereum and the EVM."
),
tags: ["Infrastructure", "Wallet"],
},
];

0 comments on commit 6bbce9f

Please sign in to comment.