Skip to content

Commit

Permalink
Merge pull request #1970 from lavanet/PRT-tendermint-spec-fix-for-has…
Browse files Browse the repository at this point in the history
…h-parsing

fix: PRT - hash parsing fix on Tendermintrpc
  • Loading branch information
ranlavanet authored Feb 24, 2025
2 parents 6a9ec08 + d3102a6 commit 2a8cb06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specs/mainnet-1/specs/tendermint.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@
{
"parse_path": ".params.[0]",
"parse_type": "BLOCK_HASH"
},
{
"parse_path": ".params.hash",
"parse_type": "BLOCK_HASH"
}
]
},
Expand Down Expand Up @@ -490,6 +494,10 @@
{
"parse_path": ".params.[0]",
"parse_type": "BLOCK_HASH"
},
{
"parse_path": ".params.hash",
"parse_type": "BLOCK_HASH"
}
]
},
Expand Down

0 comments on commit 2a8cb06

Please sign in to comment.