Replies: 1 comment 1 reply
-
Hey @neokry were you able to resolve this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My dapp is mulitchain so having users switch chains then execute a transaction always causes this issue.
Error: underlying network changed (event="changed", network={"name":"maticmum","chainId":80001,"ensAddress":null,"_defaultProvider":null}, detectedNetwork={"name":"rinkeby","chainId":4,"ensAddress":"0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"}, code=NETWORK_ERROR, version=providers/5.5.3)
This is the fix from the ethers side of things but not sure how to set this option with wagmi:
ethers-io/ethers.js#1107
Beta Was this translation helpful? Give feedback.
All reactions