Skip to content

Commit

Permalink
feat: added XDEFI wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Dec 8, 2023
1 parent 790aa54 commit d2f4aad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Binary file added public/XDEFI.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 public/locales/en/ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"walletsButtonContent04": "Cosmostation Wallet is a non-custodial wallet designed for PoS blockchains that allows you to explore the Interchain using your iOS, Android or Web device.",
"walletsButtonTitle05": "Leap Wallet",
"walletsButtonContent05": "Leap Wallet is a simple and safe way to send, swap, and stake your digital assets. It's available for iOS, Android and as a web extension.",
"walletsButtonTitle06": "XDEFI",
"walletsButtonContent06": "XDEFI Wallet is a non-custodial multichain wallet that allows you to store, send, receive, and manage various cryptocurrencies.",
"applicationsTitle": "Applications",
"applicationsButtonTitle01": "Go-Find.me",
"applicationsButtonContent01": "Go-find.me is a platform that enables users to create and manage their own Desmos profile, as well as discover other people's profiles and make connections with them.",
Expand Down
9 changes: 8 additions & 1 deletion sections/ecosystem/WalletSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ const WalletsSection = () => {
title: "walletsButtonTitle05",
image: "/LeapWallet.png",
content: "walletsButtonContent05",
link: "https://www.leapwallet.io/",
link: "https://leapwallet.io/",
},
{
id: 4,
title: "walletsButtonTitle06",
image: "/XDEFI.png",
content: "walletsButtonContent06",
link: "https://xdefi.io/",
},
]
return (
Expand Down

0 comments on commit d2f4aad

Please sign in to comment.