How to disable Blockchain API and use only custom RPCs? #3887
Unanswered
TheTylerDirden
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m using the
@reown/appkit
library in combination withwagmi/viem
to connect wallets on the website.I have several networks, and for each network, I have its own RPCs that I would like to use. However, I keep seeing that all of my requests are being sent through
https://rpc.walletconnect.org/v1/?chainId=
.Is there a way to disable this and only use my custom RPCs? I’ve tried looking for a solution in the documentation, but I wasn’t able to find anything related to this.
Beta Was this translation helpful? Give feedback.
All reactions