From be7c240db0e444c0d336336424d2c9129851529c Mon Sep 17 00:00:00 2001 From: Elad Gildnur Date: Sun, 1 Dec 2024 12:57:17 +0200 Subject: [PATCH] Update the parsers --- cookbook/specs/near.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/cookbook/specs/near.json b/cookbook/specs/near.json index aafd1655c2..121b4b4e05 100644 --- a/cookbook/specs/near.json +++ b/cookbook/specs/near.json @@ -344,6 +344,10 @@ { "parse_path": ".params.tx_hash", "parse_type": "BLOCK_HASH" + }, + { + "parse_path": ".params.[0]", + "parse_type": "BLOCK_HASH" } ] }, @@ -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",