Skip to content

Instantly share code, notes, and snippets.

@adamazad
Last active February 17, 2022 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamazad/c1955936134d6db975fc112ed92a7182 to your computer and use it in GitHub Desktop.
Save adamazad/c1955936134d6db975fc112ed92a7182 to your computer and use it in GitHub Desktop.

Deploy subgraph to The Graph Hosted Service

Set token

npx graph auth --product hosted-service https://api.thegraph.com/deploy/ <access-token> 

Upload

 npx graph deploy <account-name>/<subgraph-name> subgraph.yaml --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment