graphprotocol / graph-tooling

Monorepo for various tools used by subgraph developers.
https://thegraph.com/docs
Apache License 2.0
392 stars 209 forks source link

"Mainnet" term for "Ethereum Mainnet" not self explanatory when initializing a subgraph #1577

Open joellutterodt opened 10 months ago

joellutterodt commented 10 months ago

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

  1. Initialize the graph init
  2. Select Protocol
  3. Give subgraph slug name
  4. Select directly to create the subgraph
  5. 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

Subgraph Manifest

No response

Subgraph GraphQL Schema

No response

Additional context

No response

schmidsi commented 10 months ago

Yes, I observe that this is confusing especially folks not very familiar with the Ethereum ecosystem. Also, the protocol should probably be EVM?

joellutterodt commented 10 months ago

Yes, the protocol should be EVM to be more self explanatory