Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
FlacoJones committed Jul 25, 2023
1 parent 2062e3b commit af53cb6
Show file tree
Hide file tree
Showing 2 changed files with 1,261 additions and 987 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
"build": "graph build",
"test": "graph test",
"prepare-local": "mustache config/local.json subgraph.yaml.mustache > subgraph.yaml",
"prepare-development": "mustache config/development.json subgraph.yaml.mustache > subgraph.yaml",
"prepare-staging": "mustache config/staging.json subgraph.yaml.mustache > subgraph.yaml",
"prepare-production": "mustache config/production.json subgraph.yaml.mustache > subgraph.yaml",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 --version-label 1.0.0 openqdev/openq",
"deploy-development": "graph deploy --node https://api.thegraph.com/deploy/ openqdev/openq-development",
"deploy-staging": "graph deploy --node https://api.thegraph.com/deploy/ openqdev/openq-staging",
"deploy-production": "graph deploy --node https://api.thegraph.com/deploy/ openqdev/openq",
"create-local": "graph create --node http://localhost:8020/ openqdev/openq",
Expand Down
Loading

0 comments on commit af53cb6

Please sign in to comment.