You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems getEns only uses default viem chains and doesn't respect rpcUrl of 'chains' option of Onborad InitOptions.
It leads to cloudflare-eth.com always used for ENS resolution, but the problem is that cloudflare-eth.com has been down for several days already. So ENS resolution not working and there are errors in the console.
Expected Behavior
chains[].rpcUrl should be passed to viem's chain or to viem's http transport so it will be used for ENS resolution
If this is a build issue, I have included my build config. If this is a runtime issue, I have included reproduction steps and/or a Minimal, Reproducible Example.
The text was updated successfully, but these errors were encountered:
Current Behavior
It seems
getEns
only uses default viem chains and doesn't respectrpcUrl
of 'chains' option of Onborad InitOptions.It leads to cloudflare-eth.com always used for ENS resolution, but the problem is that cloudflare-eth.com has been down for several days already. So ENS resolution not working and there are errors in the console.
Expected Behavior
chains[].rpcUrl
should be passed to viem's chain or to viem'shttp
transport so it will be used for ENS resolutionSteps To Reproduce
just init as in quick start https://onboard.blocknative.com/#quick-start
What package is effected by this issue?
@web3-onboard/core
Is this a build or a runtime issue?
Runtime
Package Version
2.28.2
Node Version
N/A
What browsers are you seeing the problem on?
Firefox, Chrome
Relevant log output
Anything else?
Related sources:
getEns
core/src/provider.ts#L324getProvider
core/src/provider.ts#L44chain selection core/src/utils.ts#L139
This issue may be related:
#2324
Sanity Check
The text was updated successfully, but these errors were encountered: