Skip to content

Commit

Permalink
fix: point to deployed API endpoint for IPFS (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj authored Apr 11, 2023
1 parent b41c179 commit 6d5378d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cyan-rats-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphprotocol/graph-cli': patch
---

point to correct IPFS URL endpoint
2 changes: 1 addition & 1 deletion packages/cli/src/command-helpers/ipfs.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const DEFAULT_IPFS_URL = 'https://api.thegraph.com/ipfs/' as const;
const DEFAULT_IPFS_URL = 'https://api.thegraph.com/ipfs/api/v0' as const;

export { DEFAULT_IPFS_URL };

0 comments on commit 6d5378d

Please sign in to comment.