Skip to content

Commit 168000c

Browse files
committed
Update: Remove The Graph refences
1 parent 50ea0d8 commit 168000c

File tree

5 files changed

+9
-205
lines changed

5 files changed

+9
-205
lines changed

docs/build/dapp-staking/indexer/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to Install and Run
22

3-
## Indexder Installation
3+
## Indexer Installation
44

55
### 1. Prerequisites
66

docs/build/integrations/indexers/thegraph.md

Lines changed: 0 additions & 196 deletions
This file was deleted.

docs/build/integrations/node-providers/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Node Providers
2-
3-
The free endpoints mentioned in the [Build Environment section](/docs/build/environment/endpoints) are rate limited and designed for end users to be able to interact with dApps, or deploy/call smart contracts. They are not suitable for usage by dApp UIs that scrape blockchain data continuously, or indexers (like the Graph).
2+
3+
The free endpoints mentioned in the [Build Environment section](/docs/build/environment/endpoints) are rate limited and designed for end users to be able to interact with dApps, or deploy/call smart contracts. They are not suitable for usage by dApp UIs that scrape blockchain data continuously, or indexers.
44

55

66
If you are an active developer you should consider creating your own endpoint, and it is mandatory to do so for production deployments. Refer to how run an [archive node](/docs/nodes

docs/build/nodes/archive-node/binary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Description=Astar Archive node
7171
[Service]
7272
User=astar
7373
Group=astar
74-
74+
7575
ExecStart=/usr/local/bin/astar-collator \
7676
--pruning archive \
7777
--rpc-cors all \
@@ -101,7 +101,7 @@ Description=Shiden Archive node
101101
[Service]
102102
User=astar
103103
Group=astar
104-
104+
105105
ExecStart=/usr/local/bin/astar-collator \
106106
--pruning archive \
107107
--rpc-cors all \
@@ -131,7 +131,7 @@ Description=Shibuya Archive node
131131
[Service]
132132
User=astar
133133
Group=astar
134-
134+
135135
ExecStart=/usr/local/bin/astar-collator \
136136
--pruning archive \
137137
--rpc-cors all \
@@ -208,7 +208,7 @@ journalctl -fu astar-collator -n100
208208

209209
### Indexers and oracles
210210

211-
To access data from indexers (e.g. The Graph) or Oracles (e.g. Chainlink), you need to add the debug flags below to the node launch command, after the `astar-collator` line:
211+
To access data from indexers (e.g. Subsquid) or Oracles (e.g. Chainlink), you need to add the debug flags below to the node launch command, after the `astar-collator` line:
212212

213213
`--ethapi=debug`
214214

docs/build/nodes/archive-node/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ curl -H "Content-Type: application/json" --data '{ "jsonrpc":"2.0", "method":"sy
118118

119119
In any case, wait for the chain to be fully synchronized by checking the [node log](/docs/build/nodes/archive-node/binary#get-node-logs).
120120

121-
How the archive node will be used will largely determine what steps to follow next:
121+
How the archive node will be used will largely determine what steps to follow next:
122122
- If accessing the node publicly, running an [nginx server](/docs/build/nodes/archive-node/nginx) is the recommended option.
123123
- If the dApp is running on the same server as the node, then it can be accessed directly with the `localhost` address. This setup is recommended for testing purposes only.
124124
- If running the node locally for testing purposes, switch networks in [Polkadot.js portal](https://polkadot.js.org/apps) to explore the chain:
@@ -145,7 +145,7 @@ docker logs -f -n 100 $(docker ps -aq --filter name="astar-container")
145145

146146
### Indexers and Oracles
147147

148-
To access data from indexers (like The Graph) or Oracles (like Chainlink), add the follwing debug flags to the node launch command, after the `astar-collator` line:
148+
To access data from indexers (like Subsquid) or Oracles (like Chainlink), add the follwing debug flags to the node launch command, after the `astar-collator` line:
149149

150150
`--ethapi=debug`
151151

0 commit comments

Comments
 (0)