mirror of https://github.com/nucypher/nucypher.git
sync lynx contract registry after upgrades to child app and coordinator
parent
f488733508
commit
d55e60b978
|
@ -555,6 +555,11 @@
|
|||
"name": "_commitmentDurationOptions",
|
||||
"type": "uint64[]",
|
||||
"internalType": "uint64[]"
|
||||
},
|
||||
{
|
||||
"name": "_commitmentDeadline",
|
||||
"type": "uint64",
|
||||
"internalType": "uint64"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -997,6 +1002,19 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "approveAuthorizationDecrease",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_stakingProvider",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "authorizationDecreaseRequested",
|
||||
|
@ -1148,6 +1166,19 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "commitmentDeadline",
|
||||
"stateMutability": "view",
|
||||
"inputs": [],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "uint64",
|
||||
"internalType": "uint64"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "commitmentDurationOption1",
|
||||
|
@ -1226,19 +1257,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "finishAuthorizationDecrease",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_stakingProvider",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "getActiveStakingProviders",
|
||||
|
@ -1287,25 +1305,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "getOperatorFromStakingProvider",
|
||||
"stateMutability": "view",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_stakingProvider",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "getStakingProvidersLength",
|
||||
|
@ -1457,6 +1456,25 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "operatorToStakingProvider",
|
||||
"stateMutability": "view",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_operator",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "owner",
|
||||
|
@ -1515,6 +1533,19 @@
|
|||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "registerOperator",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_operator",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "remainingAuthorizationDecreaseDelay",
|
||||
|
@ -1681,25 +1712,6 @@
|
|||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "stakingProviderFromOperator",
|
||||
"stateMutability": "view",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_operator",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "stakingProviderInfo",
|
||||
|
@ -1759,6 +1771,25 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "stakingProviderToOperator",
|
||||
"stateMutability": "view",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_stakingProvider",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "stakingProviders",
|
||||
|
@ -5131,20 +5162,7 @@
|
|||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "rootApplication",
|
||||
"stateMutability": "view",
|
||||
"inputs": [],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "contract ITACoChildToRoot"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "stakingProviderFromOperator",
|
||||
"name": "operatorToStakingProvider",
|
||||
"stateMutability": "view",
|
||||
"inputs": [
|
||||
{
|
||||
|
@ -5161,6 +5179,19 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "rootApplication",
|
||||
"stateMutability": "view",
|
||||
"inputs": [],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "contract ITACoChildToRoot"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "stakingProviderInfo",
|
||||
|
|
Loading…
Reference in New Issue