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 \
477
477
--index-node-ids default \
478
478
--indexer-management-port 18000 \
479
479
--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 \
481
481
--default-allocation-amount 100 \
482
482
--register true \
483
483
--inject-dai true \
@@ -512,7 +512,7 @@ graph-indexer-service start \
512
512
--postgres-username < DB_USERNAME> \
513
513
--postgres-password < DB_PASSWORD> \
514
514
--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 \
516
516
| pino-pretty
517
517
```
518
518
You can’t perform that action at this time.
0 commit comments