Skip to content

unsupported network (argument="network", value="opt-sepolia", code=INVALID_ARGUMENT, version=6.10.0) #4542

Closed
@RasenGUY

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

enhancementNew feature or improvement.fixed/completeThis Bug is fixed or Enhancement is complete and published.v6Issues regarding v6

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions