Skip to content

Commit f0e43d5

Browse files
committed
Update Pool ABI with canActivate function
1 parent f40490d commit f0e43d5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

contracts/abi/Pool.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,25 @@
390390
"stateMutability": "nonpayable",
391391
"type": "function"
392392
},
393+
{
394+
"inputs": [
395+
{
396+
"internalType": "uint256",
397+
"name": "_validatorIndex",
398+
"type": "uint256"
399+
}
400+
],
401+
"name": "canActivate",
402+
"outputs": [
403+
{
404+
"internalType": "bool",
405+
"name": "",
406+
"type": "bool"
407+
}
408+
],
409+
"stateMutability": "view",
410+
"type": "function"
411+
},
393412
{
394413
"inputs": [
395414
{

0 commit comments

Comments
 (0)