Skip to content

Commit 2e87b71

Browse files
authored
Merge pull request #8523 from ethereum/addBalaner
Add Balancer to dapps
2 parents fead3ed + 33ae8c5 commit 2e87b71

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

src/assets/dapps/balancer.png

6.07 KB
Loading

src/intl/en/page-dapps.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"page-dapps-audius-logo-alt": "Audius logo",
77
"page-dapps-augur-logo-alt": "Augur logo",
88
"page-dapps-axie-infinity-logo-alt": "Axie Infinity logo",
9+
"page-dapps-balancer-logo-alt": "Balancer logo",
910
"page-dapps-brave-logo-alt": "Brave logo",
1011
"page-dapps-category-arts": "Art and fashion",
1112
"page-dapps-category-browsers": "Browsers",
@@ -47,6 +48,7 @@
4748
"page-dapps-dapp-description-audius": "Decentralized streaming platform. Listens = money for creators, not labels.",
4849
"page-dapps-dapp-description-augur": "Bet on outcomes of sports, economics, and more world events.",
4950
"page-dapps-dapp-description-axie-infinity": "Trade and battle creatures called Axies. And earn as you play – available on mobile",
51+
"page-dapps-dapp-description-balancer": "Balancer is an automated portfolio manager and trading platform.",
5052
"page-dapps-dapp-description-brave": "Earn tokens for browsing and support your favorite creators with them.",
5153
"page-dapps-dapp-description-cent": "A social network where you earn money by posting NFTs.",
5254
"page-dapps-dapp-description-compound": "Lend your tokens to earn interest and withdraw any time.",

src/pages-conditional/dapps.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,16 @@ const DappsPage = ({
799799
image: getImage(data.index),
800800
alt: translateMessageId("page-dapps-index-coop-logo-alt", intl),
801801
},
802+
{
803+
title: "Balancer",
804+
description: translateMessageId(
805+
"page-dapps-dapp-description-balancer",
806+
intl
807+
),
808+
link: "https://balancer.fi/",
809+
image: getImage(data.balancer),
810+
alt: translateMessageId("page-dapps-balancer-logo-alt", intl),
811+
},
802812
]
803813

804814
const insurance = [
@@ -1917,5 +1927,8 @@ export const query = graphql`
19171927
pwn: file(relativePath: { eq: "dapps/pwn.png" }) {
19181928
...dappImage
19191929
}
1930+
balancer: file(relativePath: { eq: "dapps/balancer.png" }) {
1931+
...dappImage
1932+
}
19201933
}
19211934
`

0 commit comments

Comments
 (0)