Replies: 4 comments 1 reply
-
I've been kind of running into the same issue, +1 for this waiting for updates :) |
Beta Was this translation helpful? Give feedback.
-
We just merged in #408 which should fix RPC configuration issues. We will be releasing this soon, so hopefully this will fix your issue. For the meantime, is your |
Beta Was this translation helpful? Give feedback.
-
With the introduction of |
Beta Was this translation helpful? Give feedback.
-
In my case, the error comes from RPC url in metamask setting and Solution:
|
Beta Was this translation helpful? Give feedback.
-
[Issue] Switch to Binance & Binance Testnet Network with custom RPC configuration
This configuration is working and when I log rpcUrl and chain it shows the right one !
But when I'm using
const provider = useProvider()
it returns this:
_network: { name: 'homestead', chainId: 1, ensAddress: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e', _defaultProvider: [Function: func] { renetwork: [Function (anonymous)] } },
Have you got any ideas, How to configure binance testnet to use with wagmi ?
Beta Was this translation helpful? Give feedback.
All reactions