From d72ead30b722c3d4aaa23651f30385fcc17dac0d Mon Sep 17 00:00:00 2001 From: Ian He <39037239+ianhe8x@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:51:43 +1200 Subject: [PATCH] replace ipfs in subgraph doc to https://unauthipfs.subquery.network (#535) --- docs/subquery_network/architects/publish-subgraph.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/subquery_network/architects/publish-subgraph.md b/docs/subquery_network/architects/publish-subgraph.md index 09ae3116016..b21209adb72 100644 --- a/docs/subquery_network/architects/publish-subgraph.md +++ b/docs/subquery_network/architects/publish-subgraph.md @@ -32,7 +32,7 @@ There are two ways to do this. First, if the Subgraph is already live on the Gra ![IPFS on the Graph Explorer](/assets/img/network/architect_publish_subgraph_ipfs.png) -Alternatively, if you have not deployed the Subgraph project on the Graph Network, you can use the Graph's command line interface `graph build -i https://api.thegraph.com/ipfs/`. This will return you an IPFS CID that you can use. +Alternatively, if you have not deployed the Subgraph project on the Graph Network, you can use the Graph's command line interface `graph build -i https://unauthipfs.subquery.network/ipfs/api/v0`. This will return you an IPFS CID that you can use. ## Deploying your Subgraph Project @@ -80,4 +80,4 @@ Firstly, you can publish a new version by clicking "Deploy New Version". This wi ## Connect your dApp -To get started, create a Flex Plan and get your GraphQL endpoint [follow the guide here](../consumers/plan.md) \ No newline at end of file +To get started, create a Flex Plan and get your GraphQL endpoint [follow the guide here](../consumers/plan.md)