Skip to content

Commit

Permalink
upgdate package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppecrj committed Feb 8, 2025
1 parent 1481404 commit d5b0579
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@river-build/subgraph",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy diamond --node https://api.studio.thegraph.com/deploy/",
"create-local": "graph create diamond --node http://localhost:8020/",
"remove-local": "graph remove diamond --node http://localhost:8020/",
"deploy-local": "graph deploy diamond --node http://localhost:8020/ --ipfs http://localhost:5001",
"test": "graph test"
"graph-codegen": "graph codegen",
"graph-build": "graph build",
"graph-deploy": "graph deploy diamond --node https://api.studio.thegraph.com/deploy/",
"graph-create-local": "graph create diamond --node http://localhost:8020/",
"graph-remove-local": "graph remove diamond --node http://localhost:8020/",
"graph-deploy-local": "graph deploy diamond --node http://localhost:8020/ --ipfs http://localhost:5001",
"graph-test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.95.0",
Expand Down

0 comments on commit d5b0579

Please sign in to comment.