From 30e50a92287789de0dc83b004918a3654e357d7e Mon Sep 17 00:00:00 2001 From: Sherbek <91262758+SherbekMavlonov@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:46:20 +0500 Subject: [PATCH] Fix wallet-list-2.json redirect (#843) --- docs/v3/guidelines/ton-connect/frameworks/react.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3/guidelines/ton-connect/frameworks/react.mdx b/docs/v3/guidelines/ton-connect/frameworks/react.mdx index 495c997452..ed90d1c3e8 100644 --- a/docs/v3/guidelines/ton-connect/frameworks/react.mdx +++ b/docs/v3/guidelines/ton-connect/frameworks/react.mdx @@ -70,7 +70,7 @@ export const Header = () => { ``` #### Connect with a specific wallet -To open a modal window for a specific wallet, use the `openSingleWalletModal()` method. This method takes the wallet's `app_name` as a parameter (refer to the [wallets-list.json]('https://github.com/ton-blockchain/wallets-list/blob/main/wallets-v2.json') file) and opens the corresponding wallet modal. It returns a promise that resolves once the modal window has successfully opened. +To open a modal window for a specific wallet, use the `openSingleWalletModal()` method. This method takes the wallet's `app_name` as a parameter (refer to the [wallets-list.json](https://github.com/ton-blockchain/wallets-list/blob/main/wallets-v2.json) file) and opens the corresponding wallet modal. It returns a promise that resolves once the modal window has successfully opened. ```tsx