genesis updated to be cosistent with the list of enabled EIPs from POA chains. Especially it is related to EIP-658.

This commit is contained in:
Alexander Kolotov 2018-05-22 00:55:20 +03:00
parent fc95607407
commit 542299e9fe
2 changed files with 12 additions and 2 deletions

View File

@ -17,7 +17,12 @@
"gasLimitBoundDivisor": "0x400",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID" : "0xb00c"
"networkID" : "0xb00c",
"eip140Transition": "0x0",
"eip211Transition": "0x0",
"eip214Transition": "0x0",
"eip658Transition": "0x0"
},
"genesis": {
"seal": {

View File

@ -17,7 +17,12 @@
"gasLimitBoundDivisor": "0x400",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID" : "0xface"
"networkID" : "0xface",
"eip140Transition": "0x0",
"eip211Transition": "0x0",
"eip214Transition": "0x0",
"eip658Transition": "0x0"
},
"genesis": {
"seal": {