This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
Replies: 1 comment 3 replies
-
Currently the WalletConnect connector requires at least one required chain, you can try to workaround it by passing the chainId to the connect function. currently some wallets won't support empty required namespaces, we'll update the connector once they do. Alternatively you can copy paste the connector on a ts file and modify it for the moment |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the Wagmi documentation, it's mentioned that they wrap the WalletConnect Ethereum Provider. However, there's a lack of details on how to configure the options for this provider, particularly regarding the optionalChains and optionalNamespaces configurations.
Are we understanding this correctly? For our use case we must specify all of our chains as optional for WalletConnect because some wallets only work for specific chains and if a chainId is passed and the session is initialized, the wallet wont properly connect.
Beta Was this translation helpful? Give feedback.
All reactions