Skip to content

Commit

Permalink
fix doc link (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
futantan authored Mar 29, 2024
1 parent cf8ef99 commit cc82ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/data/en-US/docs/migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Example with `createConfig`:

**5. Custom Wallets**

RainbowKit wallet connectors have undergone substantial changes to support Wagmi v2. Reference the [updated docs](https://www.rainbowkit.com/docs/custom-wallets) and an [example connector](packages/rainbowkit/src/wallets/walletConnectors/rainbowWallet/rainbowWallet.ts) to upgrade any Custom Wallet Connectors in your dApp.
RainbowKit wallet connectors have undergone substantial changes to support Wagmi v2. Reference the [updated docs](https://www.rainbowkit.com/docs/custom-wallets) and an [example connector](https://github.com/rainbow-me/rainbowkit/blob/main/packages/rainbowkit/src/wallets/walletConnectors/rainbowWallet/rainbowWallet.ts) to upgrade any Custom Wallet Connectors in your dApp.

Wallet connectors also now support the EIP-6963 standard with the `rdns` prop. Ensure that this is populated to prevent duplicate references to EIP-6963 supporting wallets in your wallet list.

Expand Down

0 comments on commit cc82ed3

Please sign in to comment.