Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Aug 27, 2024
1 parent 10b04c1 commit 6c0d4b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subgraph/cli/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export async function main() {

// network preset: local
if (networkPreset === "local") {
// pnpm graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 liquity/bold -l v1
options.graphNode ??= "http://localhost:8020/";
options.ipfsNode ??= "http://localhost:5001/";
}
Expand Down

0 comments on commit 6c0d4b1

Please sign in to comment.