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

feat(Morpho): adding morpho app #15027

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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
Binary file added public/images/dapps/morpho.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/intl/en/page-dapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"page-dapps-dapp-description-matcha": "Searches multiple exchanges to help find you the best prices.",
"page-dapps-dapp-description-meeds": "Web3 community hubs for the age of decentralized work. Reward fairly and transparently contributions that matter.",
"page-dapps-dapp-description-mirror": "Built on web3 for web3, Mirror’s robust publishing platform pushes the boundaries of writing online",
"page-dapps-dapp-description-morpho": "Morpho is an open platform that allows anyone to earn yield, borrow assets, curate markets and vaults, and build applications",
"page-dapps-dapp-description-multichain": "The ultimate Router for web3. It is an infrastructure developed for arbitrary cross-chain interactions.",
"page-dapps-dapp-description-nifty-gateway": "Buy works onchain from top artists, athletes, brands, and creators.",
"page-dapps-dapp-description-summerfi": "Trade, borrow, and save with Dai, an Ethereum stablecoin.",
Expand Down Expand Up @@ -230,6 +231,7 @@
"page-dapps-metaverse-description": "These are applications that enable users to participate freely in virtual worlds. Users can form personal networks and take ownership of digital assets",
"page-dapps-mirror-logo-alt": "Mirror logo",
"page-dapps-mobile-options-header": "Browse another category",
"page-dapps-morpho-logo-alt": "Morpho logo",
"page-dapps-multichain-logo-alt": "Multichain logo",
"page-dapps-nifty-gateway-logo-alt": "Nifty Gateway logo",
"page-dapps-summerfi-logo-alt": "Summer.fi logo",
Expand Down
8 changes: 8 additions & 0 deletions src/pages/[locale]/dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ import marble from "@/public/images/dapps/marble.png"
import matcha from "@/public/images/dapps/matcha.png"
import meeds from "@/public/images/dapps/meeds.png"
import mirror from "@/public/images/dapps/mirror.png"
import morpho from "@/public/images/dapps/morpho.png"
import nexus from "@/public/images/dapps/nexus.png"
import nifty from "@/public/images/dapps/nifty.png"
import opensea from "@/public/images/dapps/opensea.png"
Expand Down Expand Up @@ -579,6 +580,13 @@ const DappsPage = () => {
image: aave,
alt: t("page-dapps-aave-logo-alt"),
},
{
title: "Morpho",
description: t("page-dapps-dapp-description-morpho"),
link: "https://morpho.org/",
image: morpho,
alt: t("page-dapps-morpho-logo-alt"),
},
{
title: "Compound",
description: t("page-dapps-dapp-description-compound"),
Expand Down