Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 67e5f30

Browse files
author
Kien Ngo
authored
Add XDEFI to the list of supported wallets (#211)
1 parent e014992 commit 67e5f30

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

public/icons/wallets/xdefi.svg

Lines changed: 6 additions & 0 deletions
Loading

src/app/react/v4/wallets/page.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import CryptoDefiIcon from "@public/icons/wallets/cryptoDefi.png";
2020
import OKXIcon from "@public/icons/wallets/okx.svg";
2121
import OneKeyIcon from "@public/icons/wallets/oneKey.png";
2222
import RabbyIcon from "@public/icons/wallets/rabby.svg";
23+
import XDEFIIcon from "@public/icons/wallets/xdefi.svg";
2324

2425
export const metadata = createMetadata({
2526
image: {
@@ -145,4 +146,9 @@ You can also easily integrate _any_ other wallet provider by a [Building a walle
145146
href="/references/react/v4/rabbyWallet"
146147
icon={RabbyIcon}
147148
/>
149+
<WalletCard
150+
label="XDEFI Wallet"
151+
href="/references/react/v4/xdefiWallet"
152+
icon={XDEFIIcon}
153+
/>
148154
</WalletCardGrid>

0 commit comments

Comments
 (0)