Skip to content

Commit

Permalink
rename network
Browse files Browse the repository at this point in the history
  • Loading branch information
portuu3 committed Feb 3, 2023
1 parent 32eb5ec commit 644abbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/typescript/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pretest": "NETWORK=goerli-v1 yarn generate",
"test": "graph test",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ posix4e/humansubgraph",
"quickstart:matic": "NETWORK=matic yarn generate && graph create --node http://localhost:8020/ posix4e/humansubgraph",
"quickstart:matic": "NETWORK=polygon yarn generate && graph create --node http://localhost:8020/ posix4e/humansubgraph",
"quickstart:goerli": "NETWORK=goerli yarn generate && graph create --node http://localhost:8020/ posix4e/humansubgraph",
"quickstart:mumbai": "NETWORK=mumbai yarn generate && graph create --node http://localhost:8020/ posix4e/humansubgraph",
"quickstart:avalanche": "NETWORK=avalanche yarn generate && graph create --node http://localhost:8020/ posix4e/humansubgraph",
Expand Down

0 comments on commit 644abbe

Please sign in to comment.