Replies: 1 comment 2 replies
-
The answer to this issue is right there in the error message (thanks to viem's error handling 🙏).
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using Sepolia I run into this issue in the console
`ChainDoesNotSupportContract: Chain "Sepolia" does not support contract "ensUniversalResolver".
This could be due to any of the following:
Version: [email protected]
at getChainContractAddress (webpack-internal:///(app-client)/./node_modules/viem/dist/esm/utils/chain.js:21:15)
at getEnsName (webpack-internal:///(app-client)/./node_modules/viem/dist/esm/actions/ens/getEnsName.js:22:108)
at Object.getEnsName (webpack-internal:///(app-client)/./node_modules/viem/dist/esm/clients/decorators/public.js:101:97)
at fetchEnsName (webpack-internal:///(app-client)/./node_modules/@wagmi/core/dist/chunk-OKULXQAF.js:2670:23)
at Object.queryFn12 [as queryFn] (webpack-internal:///(app-client)/./node_modules/wagmi/dist/index.js:2055:67)
at Object.fetchFn [as fn] (webpack-internal:///(app-client)/./node_modules/@tanstack/query-core/build/lib/query.mjs:261:27)`
Beta Was this translation helpful? Give feedback.
All reactions