Skip to content

Commit

Permalink
update deploy.sh (#1738)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdavinchee authored and hellwolf committed Jan 23, 2024
1 parent c5b2433 commit cbdc485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subgraph/tasks/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ deploy_to_satsuma() {
echo "********* Deploying $network subgraph to Satsuma. **********"
$GRAPH_CLI deploy "$satsumaNetwork" \
--version-label "$VERSION_LABEL" \
--node https://app.satsuma.xyz/api/subgraphs/deploy \
--node https://subgraphs.alchemy.com/api/subgraphs/deploy \
--deploy-key "$SATSUMA_DEPLOY_KEY" \
--ipfs https://ipfs.satsuma.xyz
}
Expand Down

0 comments on commit cbdc485

Please sign in to comment.