Skip to content

Commit

Permalink
fix: bindings + abi
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Jun 26, 2024
1 parent a8c84fe commit cfc9eff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions contracts-abi/abi/ValidatorRegistryV1.abi
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"internalType": "bool"
},
{
"name": "height",
"name": "blockHeight",
"type": "uint256",
"internalType": "uint256"
}
Expand Down Expand Up @@ -456,7 +456,7 @@
"internalType": "bool"
},
{
"name": "height",
"name": "blockHeight",
"type": "uint256",
"internalType": "uint256"
}
Expand Down
Loading

0 comments on commit cfc9eff

Please sign in to comment.