@@ -22,7 +22,7 @@ modules:
22
22
- name : map_block
23
23
kind : map
24
24
# Important: to avoid back-processing
25
- initialBlock : 17670000
25
+ initialBlock : 17660000
26
26
inputs :
27
27
- source : sf.ethereum.type.v2.Block
28
28
output :
@@ -32,7 +32,7 @@ modules:
32
32
33
33
- name : graph_out
34
34
kind : map
35
- initialBlock : 17670000
35
+ initialBlock : 17660000
36
36
inputs :
37
37
- source : sf.ethereum.type.v2.Block
38
38
- store : store_base_fee_per_gas_minute_open
@@ -56,127 +56,127 @@ modules:
56
56
57
57
- name : store_base_fee_per_gas_minute_open
58
58
kind : store
59
- initialBlock : 17670000
59
+ initialBlock : 17660000
60
60
updatePolicy : set_if_not_exists
61
61
valueType : bigint
62
62
inputs :
63
63
- map : map_block
64
64
65
65
- name : store_base_fee_per_gas_minute_high
66
66
kind : store
67
- initialBlock : 17670000
67
+ initialBlock : 17660000
68
68
updatePolicy : max
69
69
valueType : bigint
70
70
inputs :
71
71
- map : map_block
72
72
73
73
- name : store_base_fee_per_gas_minute_low
74
74
kind : store
75
- initialBlock : 17670000
75
+ initialBlock : 17660000
76
76
updatePolicy : min
77
77
valueType : bigint
78
78
inputs :
79
79
- map : map_block
80
80
81
81
- name : store_base_fee_per_gas_minute_close
82
82
kind : store
83
- initialBlock : 17670000
83
+ initialBlock : 17660000
84
84
updatePolicy : set
85
85
valueType : bigint
86
86
inputs :
87
87
- map : map_block
88
88
89
89
- name : store_base_fee_per_gas_hour_open
90
90
kind : store
91
- initialBlock : 17670000
91
+ initialBlock : 17660000
92
92
updatePolicy : set_if_not_exists
93
93
valueType : bigint
94
94
inputs :
95
95
- map : map_block
96
96
97
97
- name : store_base_fee_per_gas_hour_high
98
98
kind : store
99
- initialBlock : 17670000
99
+ initialBlock : 17660000
100
100
updatePolicy : max
101
101
valueType : bigint
102
102
inputs :
103
103
- map : map_block
104
104
105
105
- name : store_base_fee_per_gas_hour_low
106
106
kind : store
107
- initialBlock : 17670000
107
+ initialBlock : 17660000
108
108
updatePolicy : min
109
109
valueType : bigint
110
110
inputs :
111
111
- map : map_block
112
112
113
113
- name : store_base_fee_per_gas_hour_close
114
114
kind : store
115
- initialBlock : 17670000
115
+ initialBlock : 17660000
116
116
updatePolicy : set
117
117
valueType : bigint
118
118
inputs :
119
119
- map : map_block
120
120
121
121
- name : store_base_fee_per_gas_day_open
122
122
kind : store
123
- initialBlock : 17670000
123
+ initialBlock : 17660000
124
124
updatePolicy : set_if_not_exists
125
125
valueType : bigint
126
126
inputs :
127
127
- map : map_block
128
128
129
129
- name : store_base_fee_per_gas_day_high
130
130
kind : store
131
- initialBlock : 17670000
131
+ initialBlock : 17660000
132
132
updatePolicy : max
133
133
valueType : bigint
134
134
inputs :
135
135
- map : map_block
136
136
137
137
- name : store_base_fee_per_gas_day_low
138
138
kind : store
139
- initialBlock : 17670000
139
+ initialBlock : 17660000
140
140
updatePolicy : min
141
141
valueType : bigint
142
142
inputs :
143
143
- map : map_block
144
144
145
145
- name : store_base_fee_per_gas_day_close
146
146
kind : store
147
- initialBlock : 17670000
147
+ initialBlock : 17660000
148
148
updatePolicy : set
149
149
valueType : bigint
150
150
inputs :
151
151
- map : map_block
152
152
153
153
- name : store_base_fee_per_gas_week_open
154
154
kind : store
155
- initialBlock : 17670000
155
+ initialBlock : 17660000
156
156
updatePolicy : set_if_not_exists
157
157
valueType : bigint
158
158
inputs :
159
159
- map : map_block
160
160
161
161
- name : store_base_fee_per_gas_week_high
162
162
kind : store
163
- initialBlock : 17670000
163
+ initialBlock : 17660000
164
164
updatePolicy : max
165
165
valueType : bigint
166
166
inputs :
167
167
- map : map_block
168
168
169
169
- name : store_base_fee_per_gas_week_low
170
170
kind : store
171
- initialBlock : 17670000
171
+ initialBlock : 17660000
172
172
updatePolicy : min
173
173
valueType : bigint
174
174
inputs :
175
175
- map : map_block
176
176
177
177
- name : store_base_fee_per_gas_week_close
178
178
kind : store
179
- initialBlock : 17670000
179
+ initialBlock : 17660000
180
180
updatePolicy : set
181
181
valueType : bigint
182
182
inputs :
0 commit comments