Issue with queueing transactions #3425
Unanswered
m50b25turbo
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyoane! I’m currently trying to add multiple transactions in a queue, including 2 requests to switch chain in my React app which uses wagmi + web3modal.
I’m receiving this error: “RPC Error: Request of type 'wallet switchEthereunChain" already pending for origin http://localhost. Please wait.
1 Ooject { code: -32002, message: "Request of type 'wallet_switchEthereumChain" already pending for origin http://localhost.”
Any idee on getting around this and being able to queue the transactions without getting any errors?
Beta Was this translation helpful? Give feedback.
All reactions