Skip to content

Commit 73f229a

Browse files
authored
Endpoints rename - left the previous names since they are till supported (#2145)
1 parent b899075 commit 73f229a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

specs/mainnet-1/specs/near.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,26 @@
125125
},
126126
"extra_compute_units": 0
127127
},
128+
{
129+
"name": "block_effects",
130+
"block_parsing": {
131+
"parser_arg": [
132+
"0",
133+
"block_id"
134+
],
135+
"parser_func": "PARSE_CANONICAL",
136+
"default_value": "latest"
137+
},
138+
"compute_units": 10,
139+
"enabled": true,
140+
"category": {
141+
"deterministic": true,
142+
"local": false,
143+
"subscription": false,
144+
"stateful": 0
145+
},
146+
"extra_compute_units": 0
147+
},
128148
{
129149
"name": "chunk",
130150
"block_parsing": {
@@ -192,6 +212,24 @@
192212
},
193213
"extra_compute_units": 0
194214
},
215+
{
216+
"name": "genesis_config",
217+
"block_parsing": {
218+
"parser_arg": [
219+
"latest"
220+
],
221+
"parser_func": "DEFAULT"
222+
},
223+
"compute_units": 10,
224+
"enabled": true,
225+
"category": {
226+
"deterministic": true,
227+
"local": false,
228+
"subscription": false,
229+
"stateful": 0
230+
},
231+
"extra_compute_units": 0
232+
},
195233
{
196234
"name": "EXPERIMENTAL_protocol_config",
197235
"block_parsing": {

0 commit comments

Comments
 (0)