-
|
As per the title, I'm finding that Is this expected? Ideally I'd like to prefer to use the RPC from the connected wallet. |
Beta Was this translation helpful? Give feedback.
Answered by
tmm
Aug 16, 2022
Replies: 1 comment 2 replies
-
|
It always uses the client's provider. This tends to be a lot more reliable than using wallet RPCs. Often, when using |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gpxl-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It always uses the client's provider. This tends to be a lot more reliable than using wallet RPCs. Often, when using
configureChains, connectors (e.g.WalletConnectConnector) end up using the same RPC endpoints as your provider.