Skip to content

Commit 85ab176

Browse files
committed
docs: Remove mention of substreams from config docs
1 parent 70886bd commit 85ab176

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The configuration for a chain `name` is specified in the section
112112

113113
- `shard`: where chain data is stored
114114
- `protocol`: the protocol type being indexed, default `ethereum`
115-
(alternatively `near`, `cosmos`,`arweave`,`starknet`)
115+
(alternatively `near`, `cosmos`,`arweave`,`starknet`)
116116
- `polling_interval`: the polling interval for the block ingestor (default 500ms)
117117
- `provider`: a list of providers for that chain
118118

@@ -123,7 +123,7 @@ A `provider` is an object with the following characteristics:
123123

124124
`details` includes the following:
125125

126-
- `type`: one of `web3` (default), `firehose`, `substreams` or `web3call`
126+
- `type`: one of `web3` (default), `firehose`, or `web3call`
127127
- `transport`: one of `rpc`, `ws`, and `ipc`. Defaults to `rpc`.
128128
- `url`: the URL for the provider
129129
- `features`: an array of features that the provider supports, either empty
@@ -135,8 +135,8 @@ A `provider` is an object with the following characteristics:
135135
otherwise `graph-node` might not be able to handle all subgraphs. The
136136
tracking for this is approximate, and a small amount of deviation from
137137
this value should be expected. The deviation will be less than 10.
138-
- `token`: bearer token, for Firehose and Substreams providers
139-
- `key`: API key for Firehose and Substreams providers when using key-based authentication
138+
- `token`: bearer token, for Firehose providers
139+
- `key`: API key for Firehose providers when using key-based authentication
140140

141141
Note that for backwards compatibility, Web3 provider `details` can be specified at the "top level" of
142142
the `provider`.

0 commit comments

Comments
 (0)