Skip to content
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

Where are the list of all possible network-name options for CLI? #5539

Closed
Andriy-Kulak opened this issue Jul 22, 2024 · 1 comment
Closed
Assignees

Comments

@Andriy-Kulak
Copy link

Version of Hardhat

2.22.4

What happened?

thanks for all the hard work!

How do I know all the network-name possible options? It's quite frustarating when for instance i am trying to deploy on optimism Sepolia and I don't see any reference in documentation on what are the options.

Does anyone have any ideas? For instance I have no idea or any hints of how to deploy optimism sepolia

Minimal reproduction steps

n/a

Search terms

No response

@kanej
Copy link
Member

kanej commented Jul 29, 2024

Hey @Andriy-Kulak, the network-name is a way of indicating which network to load based on the networks entry of the hardhat.config.{js,ts}.
The configuration options for networks can be found here: https://hardhat.org/hardhat-runner/docs/config#networks-configuration
To see an example of setting up that config for deploying to the sepolia testnet, see this guide: https://hardhat.org/hardhat-runner/docs/guides/verifying#deploying-and-verifying-a-contract-in-the-sepolia-testnet

@kanej kanej closed this as completed Jul 29, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Hardhat Jul 29, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

2 participants