Skip to content

Commit

Permalink
Add the array params back
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes committed Dec 1, 2024
1 parent 88c7d1a commit b9ed785
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cookbook/specs/near.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
{
"parse_path": ".params.block_id",
"parse_type": "BLOCK_HASH"
},
{
"parse_path": ".params.[0]",
"parse_type": "BLOCK_HASH"
}
]
},
Expand Down Expand Up @@ -144,6 +148,10 @@
{
"parse_path": ".params.chunk_id",
"parse_type": "BLOCK_HASH"
},
{
"parse_path": ".params.[0]",
"parse_type": "BLOCK_HASH"
}
]
},
Expand Down

0 comments on commit b9ed785

Please sign in to comment.