From 57015c46ff2fe5928829e1bea1cdc2b5b6c8a212 Mon Sep 17 00:00:00 2001 From: Eric Winchell Date: Thu, 26 Oct 2023 14:27:51 -0500 Subject: [PATCH] Update @link URL for WalletConnect docs --- packages/walletconnect-v2/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/walletconnect-v2/src/index.ts b/packages/walletconnect-v2/src/index.ts index c35a9f24e..8c635deb9 100644 --- a/packages/walletconnect-v2/src/index.ts +++ b/packages/walletconnect-v2/src/index.ts @@ -10,7 +10,7 @@ const DEFAULT_TIMEOUT = 5000 /** * Options to configure the WalletConnect provider. - * For the full list of options, see {@link https://docs.walletconnect.com/2.0/javascript/providers/ethereum#initialization WalletConnect documentation}. + * For the full list of options, see {@link https://docs.walletconnect.com/advanced/providers/ethereum#initialization WalletConnect documentation}. */ export type WalletConnectOptions = Omit[0], 'rpcMap'> & { /**