Closed
Description
Ethers Version
6.10.0
Search Terms
opt-sepolia
Describe the Problem
Im trying to create a new Alchemy provider and connect to opt-sepolia, but it seems there is no support for this.
Code Snippet
const provider = new ethers.AlchemyProvider({ name: 'opt-sepolia', chainId: 11155420 }, 'my-api-opt-sep-alchemy-app-api-key');
# get the same error when doing
const provider = new ethers.AlchemyProvider('opt-sepolia', 'my-api-opt-sep-alchemy-app-api-key');
Contract ABI
No response
Errors
unsupported network (argument="network", value="opt-sepolia", code=INVALID_ARGUMENT, version=6.10.0)
Environment
node.js (v12 or newer)
Environment (Other)
Node v18
Activity