Different rpc for read and write calls. #3921
Unanswered
abhimarshal1
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
-
Hi,
Is there any way, I can use different rpc, majorly public ones for reads and a private one for write calls.
I tried passing a different config to
useWriteContract
hook.But that gives and an error that
connection.connector.getProvider is not a function
If i pass connector in the params while writing to contract, it says -
Connector not connected
Beta Was this translation helpful? Give feedback.
All reactions