Skip to content

Commit

Permalink
tendermint Add generic parser for tx hash (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroms authored Dec 3, 2024
2 parents deb26bb + 954198e commit 5f61eaf
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions mainnet-1/specs/tendermint.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,13 @@
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
"extra_compute_units": 0,
"parsers": [
{
"parse_path": ".params.[0]",
"parse_type": "BLOCK_HASH"
}
]
},
{
"name": "commit",
Expand Down Expand Up @@ -479,7 +485,13 @@
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
"extra_compute_units": 0,
"parsers": [
{
"parse_path": ".params.[0]",
"parse_type": "BLOCK_HASH"
}
]
},
{
"name": "tx_search",
Expand Down

0 comments on commit 5f61eaf

Please sign in to comment.