poa-bridge/examples/parity_spec_oracles.json

87 lines
1.9 KiB
JSON
Raw Normal View History

2017-10-04 20:09:57 -07:00
{
"name": "OraclesPoA",
"engine": {
"authorityRound": {
"params": {
"gasLimitBoundDivisor": "0x400",
"stepDuration": "5",
"blockReward": "0xDE0B6B3A7640000",
"validators": {
2017-10-05 05:17:59 -07:00
"list": ["0x00a6F6A140a3E2991c555dCCb36B4FBa7A46b0D8"]
2017-10-04 20:09:57 -07:00
}
}
}
},
"params": {
2017-10-05 05:17:59 -07:00
"gasLimitBoundDivisor": "0x400",
"maximumExtraDataSize": "0x20",
2017-10-04 20:09:57 -07:00
"minGasLimit": "0x1388",
"networkID": "0xC0FFEE"
},
"genesis": {
"seal": {
"authorityRound": {
"step": "0x0",
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
},
"difficulty": "0x20000",
"gasLimit": "0x989680"
},
"accounts": {
"0x0000000000000000000000000000000000000001": {
"balance": "1",
"builtin": {
"name": "ecrecover",
"pricing": {
"linear": {
"base": 3000,
"word": 0
}
}
}
},
"0x0000000000000000000000000000000000000002": {
"balance": "1",
"builtin": {
"name": "sha256",
"pricing": {
"linear": {
"base": 60,
"word": 12
}
}
}
},
"0x0000000000000000000000000000000000000003": {
"balance": "1",
"builtin": {
"name": "ripemd160",
"pricing": {
"linear": {
"base": 600,
"word": 120
}
}
}
},
"0x0000000000000000000000000000000000000004": {
"balance": "1",
"builtin": {
"name": "identity",
"pricing": {
"linear": {
"base": 15,
"word": 3
}
}
}
},
2017-10-05 04:25:39 -07:00
"0x00a6F6A140a3E2991c555dCCb36B4FBa7A46b0D8": {
2017-10-04 21:03:33 -07:00
"balance": "10000000000000000000000"
},
2017-10-05 04:03:03 -07:00
"0x00dB9af45C6f241432F2cBE412c6969cB7778d98": {
2017-10-04 20:09:57 -07:00
"balance": "10000000000000000000000"
}
}
}