Skip to content

Commit

Permalink
Remove multichain project (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Aug 24, 2023
1 parent 6e2b454 commit cdb0e11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Binary file removed src/assets/portals/multichain.png
Binary file not shown.
10 changes: 0 additions & 10 deletions src/config/portals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { PortalMeta } from "../types";

import metamask from "../assets/portals/metamask.png";
import gnosisSafeFork from "../assets/portals/gnosis-safe-fork.png";
import multichain from "../assets/portals/multichain.png";
import celerNetwork from "../assets/portals/celer-network.png";
import moonbeam from "../assets/portals/moonbeam.png";
import subscan from "../assets/portals/subscan.png";
Expand Down Expand Up @@ -70,15 +69,6 @@ export const portals = (t: TFunction): PortalMeta[] => [
),
tags: ["Wallet", "Infrastructure"],
},
{
logo: multichain,
name: t("Multichain"),
link: t("https://multichain.org/"),
description: t(
"Multichain is the ultimate Router for web3. It is an infrastructure developed for arbitrary cross-chain interactions."
),
tags: ["Bridge"],
},
{
logo: celerNetwork,
name: t("Celer Network"),
Expand Down

0 comments on commit cdb0e11

Please sign in to comment.