Skip to content

Commit

Permalink
Update the parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes committed Dec 1, 2024
1 parent 22c52eb commit be7c240
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion cookbook/specs/near.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,10 @@
{
"parse_path": ".params.tx_hash",
"parse_type": "BLOCK_HASH"
},
{
"parse_path": ".params.[0]",
"parse_type": "BLOCK_HASH"
}
]
},
Expand All @@ -363,7 +367,17 @@
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
"extra_compute_units": 0,
"parsers": [
{
"parse_path": ".params.tx_hash",
"parse_type": "BLOCK_HASH"
},
{
"parse_path": ".params.[0]",
"parse_type": "BLOCK_HASH"
}
]
},
{
"name": "EXPERIMENTAL_receipt",
Expand Down

0 comments on commit be7c240

Please sign in to comment.