Skip to content

Commit

Permalink
chore: Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
xhad committed Mar 20, 2024
1 parent d4ccbb9 commit a79b1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraphs/chamber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"remove:local": "graph remove --node http://localhost:8020/ chamber --network localhost",
"deploy:local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 chamber --version-label v0.0.1 --network localhost",
"build:holesky": "graph build subgraph.yaml --network holesky",
"deploy:holesky": "graph auth --studio $DEPLOY_KEY && graph deploy --studio loreum/loreum-registry-holesky subgraph.yaml --network holesky --version-label $VERSION_TAG",
"deploy:holesky": "graph auth --studio $DEPLOY_KEY && graph deploy --studio loreum-registry-holesky subgraph.yaml --network holesky --version-label $VERSION_TAG",
"build:sepolia": "graph build subgraph.yaml --network sepolia",
"build:mainnet": "graph build subgraph.yaml --network mainnet",
"deploy:sepolia": "graph deploy --studio --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ loreum/loreum-registry-sepolia subgraph.yaml --network sepolia",
Expand Down

0 comments on commit a79b1ba

Please sign in to comment.