Skip to content

Commit

Permalink
update ABIs
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch003 committed Aug 11, 2024
1 parent 8f146bc commit 5766eba
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
7 changes: 7 additions & 0 deletions abis/PaymentDelegation.abi
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,13 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "setDefaultRestriction",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
31 changes: 29 additions & 2 deletions abis/Staking.abi
Original file line number Diff line number Diff line change
Expand Up @@ -1941,9 +1941,36 @@
"name": "getActiveUnkickedValidatorStructsAndCounts",
"outputs": [
{
"internalType": "uint256",
"components": [
{
"internalType": "uint256",
"name": "epochLength",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "number",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "endTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "retries",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "timeout",
"type": "uint256"
}
],
"internalType": "struct LibStakingStorage.Epoch",
"name": "",
"type": "uint256"
"type": "tuple"
},
{
"internalType": "uint256",
Expand Down

0 comments on commit 5766eba

Please sign in to comment.