Skip to content

Commit 8adf05d

Browse files
🗑 Update WalletConnect docs (#1121)
1 parent 2ef6b88 commit 8adf05d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/docs/docs/02-Guides/01-Connecting/05-Wallet Connect.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const handleConnectWalletConnect = () => {
5151
In WalletConnect v2 you must specify the supported chains by your dapp before connecting to the wallet. This can cause issues with some wallets. For instance, Gnosis Safe rejects connection attempts if:
5252
- the correct chain id is not specified, or
5353
- if there is more than one chain id specified.
54+
5455
The solution is to set only one chain id in the `chains` array in the connector config. For instance, if you want to support only Optimsim, you can do the following:
5556

5657
```ts

0 commit comments

Comments
 (0)