Skip to content

Commit 18bf6ff

Browse files
committed
New translations near.mdx (Marathi)
1 parent d9dbc81 commit 18bf6ff

File tree

1 file changed

+1
-1
lines changed
  • website/src/pages/mr/subgraphs/guides

1 file changed

+1
-1
lines changed

website/src/pages/mr/subgraphs/guides/near.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Once your Subgraph has been created, you can deploy your Subgraph by using the `
186186

187187
```sh
188188
$ graph create --node <graph-node-url> <subgraph-name> # creates a Subgraph on a local Graph Node (on Subgraph Studio, this is done via the UI)
189-
$ graph deploy --node <graph-node-url> --ipfs https://api.thegraph.com/ipfs/ <subgraph-name> # uploads the build files to a specified IPFS endpoint, and then deploys the Subgraph to a specified Graph Node based on the manifest IPFS hash
189+
$ graph deploy --node <graph-node-url> --ipfs https://ipfs.thegraph.com <subgraph-name> # uploads the build files to a specified IPFS endpoint, and then deploys the Subgraph to a specified Graph Node based on the manifest IPFS hash
190190
```
191191

192192
The node configuration will depend on where the Subgraph is being deployed.

0 commit comments

Comments
 (0)