Skip to content

Commit

Permalink
chore: fix deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Jun 13, 2024
1 parent 26def92 commit 3e6f2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else

# Deploy subgraph
echo "Deploying $NAME to subgraph studio"
yarn graph deploy mimic-v3-$NETWORK --studio --deploy-key $GRAPH_KEY -l $VERSION_LABEL
yarn graph deploy $NAME --studio --deploy-key $GRAPH_KEY -l $VERSION_LABEL
fi

# Check deployer status
Expand Down

0 comments on commit 3e6f2bd

Please sign in to comment.