Skip to content

Commit

Permalink
deploy(subgraph): changes node endpoint to alchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Dec 15, 2023
1 parent 1987ebf commit 7b81573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subgraph/scripts/deploy-subgraph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ else
graph deploy $FULLNAME \
--version-label $SUBGRAPH_VERSION \
--ipfs https://ipfs.satsuma.xyz \
--node https://app.satsuma.xyz/api/subgraphs/deploy \
--node https://subgraphs.alchemy.com/api/subgraphs/deploy \
--deploy-key $GRAPH_KEY > deploy-output.txt

SUBGRAPH_ID=$(grep "Build completed:" deploy-output.txt | grep -oE "Qm[a-zA-Z0-9]{44}")
Expand Down

0 comments on commit 7b81573

Please sign in to comment.