Skip to content

Commit

Permalink
replace ipfs in subgraph doc to https://unauthipfs.subquery.network (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhe8x authored Jun 20, 2024
1 parent dbd123b commit d72ead3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/subquery_network/architects/publish-subgraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
To get started, create a Flex Plan and get your GraphQL endpoint [follow the guide here](../consumers/plan.md)

0 comments on commit d72ead3

Please sign in to comment.