-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configurechains for Sepolia testnet with alchemyProvider #2219
Comments
Same with wagmi v0.12.12. Work around it by using v0.12.11. |
Ethers v5 doesn't support Sepolia yet. Will need to use the |
Tysm @jxom 🙌 Question : Any reason why this breaks in Because I see even The reason why I said it breaks at My assumption: In Thanks again 🙌 |
This issue has been locked since it has been closed for more than 14 days. If you found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest wagmi version. If you have any other comments you can create a new discussion. |
Is there an existing issue for this?
Package Version
@wagmi/chains version "0.2.19",
Current Behavior
Trying to configure Sepolia with AlchemyProvider gives error "Error: unsupported network (argument="network", value={"name":"sepolia","chainId":11155111,"ensAddress":null}, code=INVALID_ARGUMENT, version=providers/5.7.2)". Page continuously reloads
Error doesn't happen with publicProvider or with other chains.
Expected Behavior
configuring sepolia to add to client without error
Steps To Reproduce
import { sepolia } from '@wagmi/core/chains';
import { alchemyProvider } from 'wagmi/providers/alchemy'
const { provider, webSocketProvider } = configureChains([sepolia], [ alchemyProvider({ apiKey: process.env.NEXT_PUBLIC_ALCHEMY_API_KEY }) ]);
Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: