Skip to content

Commit 89bfe2b

Browse files
author
Kien Ngo
committed
Add changeset
1 parent fb5c185 commit 89bfe2b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/clever-cows-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/react": patch
3+
---
4+
5+
Update code snippet for XDEFI wallet

packages/react/src/wallet/wallets/xdefi/xdefiWallet.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ export type XdefiWalletConfigOptions = {
1414
};
1515

1616
/**
17-
* A wallet configurator for [Phantom Wallet](https://phantom.app/) which allows integrating the wallet with React.
17+
* A wallet configurator for [XDEFI Wallet](https://www.xdefi.io/) which allows integrating the wallet with React.
1818
*
1919
* It returns a [`WalletConfig`](https://portal.thirdweb.com/references/react/v4/WalletConfig) object which can be used to connect the wallet to via [`ConnectWallet`](https://portal.thirdweb.com/react/v4/components/ConnectWallet) component or [`useConnect`](https://portal.thirdweb.com/references/react/v4/useConnect) hook as mentioned in [Connecting Wallets](https://portal.thirdweb.com/react/v4/connecting-wallets) guide
2020
*
2121
* @example
2222
* ```ts
23-
* phantomWallet({
23+
* xdefiWallet({
2424
* recommended: true,
2525
* })
2626
* ```

0 commit comments

Comments
 (0)