lesson 15: No sepolia when trying to init a subgraph #5335
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
@rguillou118 Here it is! |
Beta Was this translation helpful? Give feedback.
-
Hi, thks for answering. I guess that even if i select Sepolia to create a subgraph, when i go back to visual studio and enter the command "graph init --studio nft-marketplace", its not possible to select sepolia. The only choices i see are hereunder. Thanks again. |
Beta Was this translation helpful? Give feedback.
-
Hello @rguillou118 Sepolia has been recently added, so it might be missing if your graph-cli has not been updated to newest version. You are providing subgraph deploy key anyway while initializating and it should work fine because I'm already using Sepolia and it is setup correctly, just pass correct deploy key. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hello @rguillou118
Sepolia has been recently added, so it might be missing if your graph-cli has not been updated to newest version. You are providing subgraph deploy key anyway while initializating and it should work fine because I'm already using Sepolia and it is setup correctly, just pass correct deploy key.