List of network choices doesn't filter based on selected protocol network #1628
Closed
alex-pakalniskis
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
@saihaj thoughts? |
Beta Was this translation helpful? Give feedback.
1 reply
-
solved with registry |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
When creating a new subgraph using
graph init
, a user selects the desired protocol network from which to index data.After selecting the protocol network to index, users are presented with the global list of sub-choices that aren't filtered to the specific protocol network chosen previously.
This is potentially confusing for newer users as "mainnet" could refer to Ethereum mainnet or NEAR/Cosmos mainnet in above figures.
Solution
Filter sub-choices based on selected protocol network, i.e. only show NEAR relevant choices if NEAR chosen, etc.
Clarification
Is the current behavior there for a specific reason? (i.e. some technical requirement)
Beta Was this translation helpful? Give feedback.
All reactions