File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments