Skip to content

Commit

Permalink
abi + binding
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Sep 14, 2024
1 parent d30b624 commit 57657f5
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 1 deletion.
61 changes: 61 additions & 0 deletions contracts-abi/abi/MevCommitMiddleware.abi
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,35 @@
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "getPositionInValset",
"inputs": [
{
"name": "blsPubkey",
"type": "bytes",
"internalType": "bytes"
},
{
"name": "vault",
"type": "address",
"internalType": "address"
},
{
"name": "operator",
"type": "address",
"internalType": "address"
}
],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "initialize",
Expand Down Expand Up @@ -1628,6 +1657,38 @@
}
]
},
{
"type": "error",
"name": "ValidatorDeregRequestExists",
"inputs": [
{
"name": "blsPubkey",
"type": "bytes",
"internalType": "bytes"
}
]
},
{
"type": "error",
"name": "ValidatorNotInValset",
"inputs": [
{
"name": "blsPubkey",
"type": "bytes",
"internalType": "bytes"
},
{
"name": "vault",
"type": "address",
"internalType": "address"
},
{
"name": "operator",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "error",
"name": "ValidatorNotReadyToDeregister",
Expand Down
Loading

0 comments on commit 57657f5

Please sign in to comment.