(Update) KeysManager address for sokol testnet

This commit is contained in:
Roman Storm 2018-01-09 15:51:05 -08:00
parent 734335dd95
commit 7959c05142
2 changed files with 98 additions and 2 deletions

View File

@ -3,7 +3,7 @@ const CORE_ADDRESSES = {
}
const SOKOL_ADDRESSES = {
KEYS_MANAGER_ADDRESS: '0x88a34124bfffa27ef3e052c8dd2908e212643771',
KEYS_MANAGER_ADDRESS: '0xD480319659AFe5044FB09e2B92d10c987044DE4B',
}
module.exports = (netId) => {

View File

@ -1,4 +1,23 @@
[
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "successfulValidatorClone",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
@ -50,7 +69,7 @@
"constant": true,
"inputs": [
{
"name": "_miningKey",
"name": "_votingKey",
"type": "address"
}
],
@ -175,6 +194,20 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "previousKeysManager",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
@ -296,6 +329,20 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_miningKey",
"type": "address"
}
],
"name": "migrateMiningKey",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
@ -328,6 +375,20 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_initialKey",
"type": "address"
}
],
"name": "migrateInitialKey",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
@ -347,6 +408,20 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contractVersion",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
@ -550,6 +625,10 @@
{
"name": "_masterOfCeremony",
"type": "address"
},
{
"name": "_previousKeysManager",
"type": "address"
}
],
"payable": false,
@ -660,5 +739,22 @@
],
"name": "InitialKeyCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "name",
"type": "string"
},
{
"indexed": false,
"name": "key",
"type": "address"
}
],
"name": "Migrated",
"type": "event"
}
]