Skip to content

Commit 0e75579

Browse files
authored
Merge pull request openethereum#31 from goerli/a5-config-rinkeby
ethcore: enable constantinople for rinkeby
2 parents 3c1fbd7 + 14a39c6 commit 0e75579

File tree

2 files changed

+527
-528
lines changed

2 files changed

+527
-528
lines changed

ethcore/res/ethereum/goerli.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@
2626
"eip1052Transition":"0x0",
2727
"eip1283Transition":"0x0",
2828
"gasLimitBoundDivisor":"0x400",
29-
"maxCodeSize": "0x6000",
30-
"maxCodeSizeTransition": "0x0",
29+
"maxCodeSize":"0x6000",
30+
"maxCodeSizeTransition":"0x0",
3131
"maximumExtraDataSize":"0xffff",
3232
"minGasLimit":"0x1388",
3333
"networkID":"0x188c"
3434
},
3535
"genesis":{
36+
"author":"0x0000000000000000000000000000000000000000",
37+
"difficulty":"0x1",
38+
"extraData":"0x2249276d20646f6e652077616974696e672e2e2e20666f7220626c6f636b2066696e616c69747922202d2049676779270000000001fa1804c408085d9c57eeb167ce953c99b6cb1e20794Fd02933F303FbA550bd1fe2f0649E3576eB0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
39+
"gasLimit":"0xa00000",
40+
"parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
3641
"seal":{
3742
"ethereum":{
3843
"nonce":"0x0000000000000000",
3944
"mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000"
4045
}
4146
},
42-
"author":"0x0000000000000000000000000000000000000000",
43-
"difficulty":"0x1",
44-
"extraData":"0x2249276d20646f6e652077616974696e672e2e2e20666f7220626c6f636b2066696e616c69747922202d2049676779270000000001fa1804c408085d9c57eeb167ce953c99b6cb1e20794Fd02933F303FbA550bd1fe2f0649E3576eB0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
45-
"gasLimit":"0xa00000",
46-
"parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
4747
"timestamp":"0x5bdda800"
4848
},
4949
"nodes":[

0 commit comments

Comments
 (0)