Skip to content

Commit e279833

Browse files
Update (#804)
* Update * Fixing other instance
1 parent fc5b636 commit e279833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/en/network/indexing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ graph-indexer-agent start \
477477
--index-node-ids default \
478478
--indexer-management-port 18000 \
479479
--metrics-port 7040 \
480-
--network-subgraph-endpoint https://gateway.network.thegraph.com/network \
480+
--network-subgraph-endpoint http://query-node-0:8000/subgraphs/id/QmUzRg2HHMpbgf6Q4VHKNDbtBEJnyp5JWCh2gUX9AV6jXv \
481481
--default-allocation-amount 100 \
482482
--register true \
483483
--inject-dai true \
@@ -512,7 +512,7 @@ graph-indexer-service start \
512512
--postgres-username <DB_USERNAME> \
513513
--postgres-password <DB_PASSWORD> \
514514
--postgres-database is_staging \
515-
--network-subgraph-endpoint https://gateway.network.thegraph.com/network \
515+
--network-subgraph-endpoint http://query-node-0:8000/subgraphs/id/QmUzRg2HHMpbgf6Q4VHKNDbtBEJnyp5JWCh2gUX9AV6jXv \
516516
| pino-pretty
517517
```
518518

0 commit comments

Comments
 (0)