"Mainnet" term for "Ethereum Mainnet" not self explanatory when initializing a subgraph
Which packages are impacted by your issue?
@graphprotocol/graph-cli
Describe the issue
When initializing a subgraph on the Ethereum Mainnet, it's a bit confusing for beginners to know what to select next because of the "mainnet" term if they want to select the "Ethereum Mainnnet". Based on the fact that it takes you to be familiar with the ecosystem before you can easily guess the "Mainnet" in the set of options is referring to the "Ethereum Mainnet"
Reproduction
VS code cli
Steps to Reproduce the Bug or Issue
- Initialize the graph init
- Select Protocol
- Give subgraph slug name
- Select directly to create the subgraph
- Prompt to select the network to use --- where the bug is "mainnet"
Expected behavior
As a user, I expected "Ethereum Mainnet" instead of "mainnet"
Screenshots or Videos
No response
Platform
- OS: [e.g. macOS, Windows, Linux]
- NodeJS: [e.g. 18.5.0]
@graphprotocol/*version(s): [e.g. 2.6.2]
Subgraph Manifest
No response
Subgraph GraphQL Schema
No response
Additional context
No response
Yes, I observe that this is confusing especially folks not very familiar with the Ethereum ecosystem. Also, the protocol should probably be EVM?
Yes, the protocol should be EVM to be more self explanatory