-
Notifications
You must be signed in to change notification settings - Fork 1
/
substreams.yaml
365 lines (327 loc) · 8.14 KB
/
substreams.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
specVersion: v0.1.0
package:
name: "graph_network_substreams"
version: v0.1.0
protobuf:
files:
- erc20.proto
importPaths:
- ./proto
imports:
entities_change: https://github.com/streamingfast/substreams-sink-entity-changes/releases/download/v1.3.0/substreams-sink-entity-changes-v1.3.0.spkg
binaries:
default:
type: wasm/rust-v1
file: ./target/wasm32-unknown-unknown/release/substreams.wasm
modules:
- name: map_storage_changes
kind: map
initialBlock: 11446764
inputs:
- source: sf.ethereum.type.v2.Block
output:
type: proto:eth.erc20.v1.StorageChanges
- name: map_events
kind: map
initialBlock: 11446764
inputs:
- source: sf.ethereum.type.v2.Block
output:
type: proto:eth.erc20.v1.Events
- name: map_indexing_rewards
kind: map
initialBlock: 11446764
inputs:
- map: map_storage_changes
- map: map_events
- store: store_subgraph_deployment_id
output:
type: proto:eth.erc20.v1.IndexingRewards
- name: store_grt_balances
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- name: store_grt_global
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- name: store_staked_tokens
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_storage_changes
- name: store_graph_account_indexer
kind: store
initialBlock: 11446764
updatePolicy: set_if_not_exists
valueType: string
inputs:
- map: map_storage_changes
- name: store_graph_account_delegator
kind: store
initialBlock: 11446764
updatePolicy: set_if_not_exists
valueType: string
inputs:
- map: map_events
- name: store_graph_account_curator
kind: store
initialBlock: 11446764
updatePolicy: set_if_not_exists
valueType: string
inputs:
- map: map_events
- name: store_cumulative_delegated_stakes
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- name: store_cumulative_delegator_stakes
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- name: store_total_delegated_stakes
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_storage_changes
- name: store_delegation_parameters
kind: store
initialBlock: 11446764
updatePolicy: set
valueType: proto:eth.erc20.v1.DelegationParametersUpdated
inputs:
- map: map_events
- name: store_total_signalled
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_storage_changes
- name: store_cumulative_curator_signalled
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- name: store_subgraph_deployment_id
kind: store
initialBlock: 11446764
updatePolicy: set
valueType: string
inputs:
- map: map_events
- name: store_subgraph_deployment_ipfs_hash
kind: store
initialBlock: 11446764
updatePolicy: set_if_not_exists
valueType: string
inputs:
- map: map_events
- name: store_subgraph_deployment_id
kind: store
initialBlock: 11446764
updatePolicy: set
valueType: string
inputs:
- map: map_events
- name: store_cumulative_curator_burned
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- name: store_query_fee_rebates
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- store: store_epoch_count
- name: store_query_fees_amount
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- name: store_curator_fee_rewards
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- name: store_curator_rewards
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- name: store_signal_amount
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- name: store_subgraph_deployment_rewards
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_indexing_rewards
- name: store_epoch_length
kind: store
initialBlock: 11446764
updatePolicy: set
valueType: string
inputs:
- map: map_events
- name: store_epoch_count
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- store: store_epoch_length
- source: sf.substreams.v1.Clock
- name: store_epoch_start
kind: store
initialBlock: 11446764
updatePolicy: set_if_not_exists
valueType: bigint
inputs:
- store: store_epoch_count
- source: sf.substreams.v1.Clock
- name: store_epoch_end
kind: store
initialBlock: 11446764
updatePolicy: set_if_not_exists
valueType: bigint
inputs:
- store: store_epoch_count
- source: sf.substreams.v1.Clock
- name: store_epoch_signal
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_storage_changes
- store: store_epoch_count
- name: store_epoch_stake
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- store: store_epoch_count
- name: store_epoch_rewards
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_indexing_rewards
- store: store_epoch_count
- name: store_version_count
kind: store
initialBlock: 11446764
updatePolicy: add
valueType: bigint
inputs:
- map: map_events
- name: store_version
kind: store
initialBlock: 11446764
updatePolicy: set
valueType: string
inputs:
- map: map_events
- store: store_version_count
- source: sf.substreams.v1.Clock
- name: graph_out
kind: map
initialBlock: 11446764
inputs:
- source: sf.substreams.v1.Clock
- map: map_events
- store: store_epoch_start
mode: deltas
- store: store_epoch_end
mode: deltas
- store: store_epoch_signal
mode: deltas
- store: store_epoch_stake
mode: deltas
- store: store_epoch_rewards
mode: deltas
- store: store_grt_global
mode: deltas
- store: store_grt_balances
mode: deltas
- store: store_graph_account_indexer
mode: deltas
- store: store_graph_account_delegator
mode: deltas
- store: store_graph_account_curator
mode: deltas
- map: map_storage_changes
- store: store_staked_tokens
mode: deltas
- store: store_cumulative_delegated_stakes
mode: deltas
- store: store_cumulative_delegator_stakes
mode: deltas
- store: store_total_delegated_stakes
mode: deltas
- store: store_cumulative_curator_signalled
mode: deltas
- store: store_cumulative_curator_burned
mode: deltas
- store: store_total_signalled
mode: deltas
- store: store_query_fee_rebates
mode: deltas
- store: store_query_fees_amount
mode: deltas
- store: store_curator_fee_rewards
mode: deltas
- store: store_curator_rewards
mode: deltas
- store: store_signal_amount
mode: deltas
- store: store_subgraph_deployment_rewards
mode: deltas
- store: store_subgraph_deployment_ipfs_hash
mode: deltas
- map: map_indexing_rewards
- store: store_version_count
mode: deltas
- store: store_version
mode: deltas
output:
type: proto:sf.substreams.sink.entity.v1.EntityChanges