Skip to content

Commit

Permalink
chore: constructs the provider registry abi
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Sep 15, 2024
1 parent 474cdf2 commit 011ea51
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 1 deletion.
31 changes: 31 additions & 0 deletions contracts-abi/abi/ProviderRegistry.abi
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,37 @@
],
"anonymous": false
},
{
"type": "event",
"name": "InsufficientFundsToSlash",
"inputs": [
{
"name": "provider",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "providerStake",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "residualAmount",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "penaltyFee",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"anonymous": false
},
{
"type": "event",
"name": "OwnershipTransferStarted",
Expand Down
Loading

0 comments on commit 011ea51

Please sign in to comment.