Skip to content

Commit

Permalink
fix: api update
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Apr 10, 2023
1 parent 12bc59e commit ff1c73e
Showing 1 changed file with 31 additions and 14 deletions.
45 changes: 31 additions & 14 deletions src/abi/staking-router.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@
"name": "UnexpectedCurrentValidatorsCount",
"type": "error"
},
{
"inputs": [],
"name": "UnrecoverableModuleError",
"type": "error"
},
{
"inputs": [
{
Expand Down Expand Up @@ -972,19 +977,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getExitedValidatorsCountAcrossAllModules",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getLido",
Expand Down Expand Up @@ -1904,6 +1896,25 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_stakingModuleId",
"type": "uint256"
}
],
"name": "hasStakingModule",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -2184,7 +2195,13 @@
}
],
"name": "updateExitedValidatorsCountByStakingModule",
"outputs": [],
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
Expand Down

0 comments on commit ff1c73e

Please sign in to comment.