mirror of https://github.com/nucypher/nucypher.git
Add lynx and mumbai contract registries based on lynx root/child deployments.
parent
f36f963d9c
commit
a91c1cbac8
File diff suppressed because it is too large
Load Diff
|
@ -1,9 +1,28 @@
|
|||
[
|
||||
[
|
||||
"TACoApplication",
|
||||
"LynxMockTACoApplication",
|
||||
"v0.0.0",
|
||||
"0xe9e6C183fadD057b8972E12471B212288b1ca6E6",
|
||||
"0x45e06A2EaC4D928C8773A64b9eFe9d757B17F04D",
|
||||
[
|
||||
{
|
||||
"type": "event",
|
||||
"name": "AuthorizationUpdated",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "stakingProvider",
|
||||
"type": "address",
|
||||
"internalType": "address",
|
||||
"indexed": true
|
||||
},
|
||||
{
|
||||
"name": "amount",
|
||||
"type": "uint96",
|
||||
"internalType": "uint96",
|
||||
"indexed": false
|
||||
}
|
||||
],
|
||||
"anonymous": false
|
||||
},
|
||||
{
|
||||
"type": "event",
|
||||
"name": "OperatorConfirmed",
|
||||
|
@ -23,6 +42,25 @@
|
|||
],
|
||||
"anonymous": false
|
||||
},
|
||||
{
|
||||
"type": "event",
|
||||
"name": "OperatorUpdated",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "stakingProvider",
|
||||
"type": "address",
|
||||
"internalType": "address",
|
||||
"indexed": true
|
||||
},
|
||||
{
|
||||
"name": "operator",
|
||||
"type": "address",
|
||||
"internalType": "address",
|
||||
"indexed": true
|
||||
}
|
||||
],
|
||||
"anonymous": false
|
||||
},
|
||||
{
|
||||
"type": "event",
|
||||
"name": "OwnershipTransferred",
|
||||
|
@ -152,10 +190,474 @@
|
|||
}
|
||||
]
|
||||
],
|
||||
[
|
||||
"ProxyAdmin",
|
||||
"v0.0.0",
|
||||
"0xC1a87ED2FEEa048eB69EBB6e033757EF7a837Ea9",
|
||||
[
|
||||
{
|
||||
"type": "event",
|
||||
"name": "OwnershipTransferred",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "previousOwner",
|
||||
"type": "address",
|
||||
"internalType": "address",
|
||||
"indexed": true
|
||||
},
|
||||
{
|
||||
"name": "newOwner",
|
||||
"type": "address",
|
||||
"internalType": "address",
|
||||
"indexed": true
|
||||
}
|
||||
],
|
||||
"anonymous": false
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "changeProxyAdmin",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "proxy",
|
||||
"type": "address",
|
||||
"internalType": "contract ITransparentUpgradeableProxy"
|
||||
},
|
||||
{
|
||||
"name": "newAdmin",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "getProxyAdmin",
|
||||
"stateMutability": "view",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "proxy",
|
||||
"type": "address",
|
||||
"internalType": "contract ITransparentUpgradeableProxy"
|
||||
}
|
||||
],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "getProxyImplementation",
|
||||
"stateMutability": "view",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "proxy",
|
||||
"type": "address",
|
||||
"internalType": "contract ITransparentUpgradeableProxy"
|
||||
}
|
||||
],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "owner",
|
||||
"stateMutability": "view",
|
||||
"inputs": [],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "renounceOwnership",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "transferOwnership",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "newOwner",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "upgrade",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "proxy",
|
||||
"type": "address",
|
||||
"internalType": "contract ITransparentUpgradeableProxy"
|
||||
},
|
||||
{
|
||||
"name": "implementation",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "upgradeAndCall",
|
||||
"stateMutability": "payable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "proxy",
|
||||
"type": "address",
|
||||
"internalType": "contract ITransparentUpgradeableProxy"
|
||||
},
|
||||
{
|
||||
"name": "implementation",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"type": "bytes",
|
||||
"internalType": "bytes"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
}
|
||||
]
|
||||
],
|
||||
[
|
||||
"LynxTACoChildApplication",
|
||||
"v0.0.0",
|
||||
"0x6e8307390c3a24024de31cc2E48Df41aC094823D",
|
||||
[
|
||||
{
|
||||
"type": "constructor",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_rootApplication",
|
||||
"type": "address",
|
||||
"internalType": "contract ITACoChildToRoot"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "event",
|
||||
"name": "AuthorizationUpdated",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "stakingProvider",
|
||||
"type": "address",
|
||||
"internalType": "address",
|
||||
"indexed": true
|
||||
},
|
||||
{
|
||||
"name": "amount",
|
||||
"type": "uint96",
|
||||
"internalType": "uint96",
|
||||
"indexed": false
|
||||
}
|
||||
],
|
||||
"anonymous": false
|
||||
},
|
||||
{
|
||||
"type": "event",
|
||||
"name": "Initialized",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "version",
|
||||
"type": "uint8",
|
||||
"internalType": "uint8",
|
||||
"indexed": false
|
||||
}
|
||||
],
|
||||
"anonymous": false
|
||||
},
|
||||
{
|
||||
"type": "event",
|
||||
"name": "OperatorConfirmed",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "stakingProvider",
|
||||
"type": "address",
|
||||
"internalType": "address",
|
||||
"indexed": true
|
||||
},
|
||||
{
|
||||
"name": "operator",
|
||||
"type": "address",
|
||||
"internalType": "address",
|
||||
"indexed": true
|
||||
}
|
||||
],
|
||||
"anonymous": false
|
||||
},
|
||||
{
|
||||
"type": "event",
|
||||
"name": "OperatorUpdated",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "stakingProvider",
|
||||
"type": "address",
|
||||
"internalType": "address",
|
||||
"indexed": true
|
||||
},
|
||||
{
|
||||
"name": "operator",
|
||||
"type": "address",
|
||||
"internalType": "address",
|
||||
"indexed": true
|
||||
}
|
||||
],
|
||||
"anonymous": false
|
||||
},
|
||||
{
|
||||
"type": "event",
|
||||
"name": "OwnershipTransferred",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "previousOwner",
|
||||
"type": "address",
|
||||
"internalType": "address",
|
||||
"indexed": true
|
||||
},
|
||||
{
|
||||
"name": "newOwner",
|
||||
"type": "address",
|
||||
"internalType": "address",
|
||||
"indexed": true
|
||||
}
|
||||
],
|
||||
"anonymous": false
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "authorizedStake",
|
||||
"stateMutability": "view",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_stakingProvider",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "uint96",
|
||||
"internalType": "uint96"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "confirmOperatorAddress",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_operator",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "coordinator",
|
||||
"stateMutability": "view",
|
||||
"inputs": [],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "initialize",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_coordinator",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "owner",
|
||||
"stateMutability": "view",
|
||||
"inputs": [],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "renounceOwnership",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "rootApplication",
|
||||
"stateMutability": "view",
|
||||
"inputs": [],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "contract ITACoChildToRoot"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "setCoordinator",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "_coordinator",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "stakingProviderFromOperator",
|
||||
"stateMutability": "view",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "stakingProviderInfo",
|
||||
"stateMutability": "view",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": [
|
||||
{
|
||||
"name": "operator",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
},
|
||||
{
|
||||
"name": "operatorConfirmed",
|
||||
"type": "bool",
|
||||
"internalType": "bool"
|
||||
},
|
||||
{
|
||||
"name": "authorized",
|
||||
"type": "uint96",
|
||||
"internalType": "uint96"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "transferOwnership",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "newOwner",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "updateAuthorization",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "stakingProvider",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
},
|
||||
{
|
||||
"name": "amount",
|
||||
"type": "uint96",
|
||||
"internalType": "uint96"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "updateOperator",
|
||||
"stateMutability": "nonpayable",
|
||||
"inputs": [
|
||||
{
|
||||
"name": "stakingProvider",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
},
|
||||
{
|
||||
"name": "operator",
|
||||
"type": "address",
|
||||
"internalType": "address"
|
||||
}
|
||||
],
|
||||
"outputs": []
|
||||
}
|
||||
]
|
||||
],
|
||||
[
|
||||
"TACoChildApplication",
|
||||
"v0.0.0",
|
||||
"0x099a6128710F7e30Ed8740644F40EE6d3e6673D1",
|
||||
"0x55A25dff1b38Ec76E2a1A8E42f2728c7347fdF4a",
|
||||
[
|
||||
{
|
||||
"type": "constructor",
|
||||
|
@ -463,7 +965,7 @@
|
|||
[
|
||||
"LynxRitualToken",
|
||||
"v0.0.0",
|
||||
"0x871EbA00295fF9c329dbCF2Cd329cd89FD926192",
|
||||
"0x6DED3A2DCaC9dcB62253F063D765F323D6E4be82",
|
||||
[
|
||||
{
|
||||
"type": "constructor",
|
||||
|
@ -751,7 +1253,7 @@
|
|||
[
|
||||
"Coordinator",
|
||||
"v0.0.0",
|
||||
"0x7c8EA2d03fA65088fA85B889da365035555e4394",
|
||||
"0x8E49989F9D3aD89c8ab0de21FbA2E00C67ca872F",
|
||||
[
|
||||
{
|
||||
"type": "constructor",
|
||||
|
@ -2179,7 +2681,7 @@
|
|||
[
|
||||
"GlobalAllowList",
|
||||
"v0.0.0",
|
||||
"0xa7aF704855EA2a2513C56212D45b86287205520E",
|
||||
"0x7b521E78CFaf55fa01433181d1D636E7e4b73243",
|
||||
[
|
||||
{
|
||||
"type": "constructor",
|
||||
|
|
Loading…
Reference in New Issue