Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gnosis MultiSigWallet(Classic) #391

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"],
},
];
Loading