Skip to content

Commit

Permalink
chore: bump abigen
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Dec 12, 2024
1 parent 06a9cdd commit 1fa0d65
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions contracts-abi/abi/ProviderRegistry.abi
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,11 @@
"name": "AtLeastOneBLSKeyRequired",
"inputs": []
},
{
"type": "error",
"name": "BLSSignatureInvalid",
"inputs": []
},
{
"type": "error",
"name": "BidderAmountIsZero",
Expand Down Expand Up @@ -1362,11 +1367,43 @@
}
]
},
{
"type": "error",
"name": "PublicKeyLengthInvalid",
"inputs": [
{
"name": "exp",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "got",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"type": "error",
"name": "ReentrancyGuardReentrantCall",
"inputs": []
},
{
"type": "error",
"name": "SignatureLengthInvalid",
"inputs": [
{
"name": "exp",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "got",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"type": "error",
"name": "StakeTransferFailed",
Expand Down
Loading

0 comments on commit 1fa0d65

Please sign in to comment.