Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Try again #26

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading