Skip to content

Commit

Permalink
update graph urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ztshort committed Dec 28, 2022
1 parent c035da0 commit 0c454ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"remove-local": "graph remove --node http://localhost:8020/ dao-subgraph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 dao-subgraph",

"create-cloud": "graph create --node http://graph.composer.live:8020/ dao-subgraph",
"remove-cloud": "graph remove --node http://graph.composer.live:8020/ dao-subgraph",
"deploy-cloud": "graph deploy --node http://graph.composer.live:8020/ --ipfs http://graph.composer.live:5001 dao-subgraph",
"create-cloud": "graph create --node https://graph.composer.live dao-subgraph",
"remove-cloud": "graph remove --node https://graph.composer.live dao-subgraph",
"deploy-cloud": "graph deploy --node https://graph.composer.live --ipfs https://graph.composer.live dao-subgraph",

"test": "graph test"
},
Expand Down

0 comments on commit 0c454ea

Please sign in to comment.