Skip to content

Commit a36d650

Browse files
authored
Merge pull request #15027 from tomrpl/feat/morpho-info
feat(Morpho): adding morpho app
2 parents eff0dd2 + ef9dde6 commit a36d650

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

app/[locale]/dapps/_components/dapps.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ import lido from "@/public/images/dapps/lido.png"
6969
import matcha from "@/public/images/dapps/matcha.png"
7070
import meeds from "@/public/images/dapps/meeds.png"
7171
import mirror from "@/public/images/dapps/mirror.png"
72+
import morpho from "@/public/images/dapps/morpho.png"
7273
import nexus from "@/public/images/dapps/nexus.png"
7374
import nifty from "@/public/images/dapps/nifty.png"
7475
import opensea from "@/public/images/dapps/opensea.png"
@@ -487,6 +488,13 @@ const DappsPage = ({
487488
image: aave,
488489
alt: t("page-dapps-aave-logo-alt"),
489490
},
491+
{
492+
title: "Morpho",
493+
description: t("page-dapps-dapp-description-morpho"),
494+
link: "https://morpho.org/",
495+
image: morpho,
496+
alt: t("page-dapps-morpho-logo-alt"),
497+
},
490498
{
491499
title: "Compound",
492500
description: t("page-dapps-dapp-description-compound"),

public/images/dapps/morpho.png

9.01 KB
Loading

src/intl/en/page-dapps.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"page-dapps-dapp-description-matcha": "Searches multiple exchanges to help find you the best prices.",
9696
"page-dapps-dapp-description-meeds": "Web3 community hubs for the age of decentralized work. Reward fairly and transparently contributions that matter.",
9797
"page-dapps-dapp-description-mirror": "Built on web3 for web3, Mirror’s robust publishing platform pushes the boundaries of writing online",
98+
"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",
9899
"page-dapps-dapp-description-multichain": "The ultimate Router for web3. It is an infrastructure developed for arbitrary cross-chain interactions.",
99100
"page-dapps-dapp-description-nifty-gateway": "Buy works onchain from top artists, athletes, brands, and creators.",
100101
"page-dapps-dapp-description-summerfi": "Trade, borrow, and save with Dai, an Ethereum stablecoin.",
@@ -226,6 +227,7 @@
226227
"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",
227228
"page-dapps-mirror-logo-alt": "Mirror logo",
228229
"page-dapps-mobile-options-header": "Browse another category",
230+
"page-dapps-morpho-logo-alt": "Morpho logo",
229231
"page-dapps-multichain-logo-alt": "Multichain logo",
230232
"page-dapps-nifty-gateway-logo-alt": "Nifty Gateway logo",
231233
"page-dapps-summerfi-logo-alt": "Summer.fi logo",

0 commit comments

Comments
 (0)