Skip to content

Commit

Permalink
Update dev chain (openethereum#8717)
Browse files Browse the repository at this point in the history
* Make dev chain more foundation-like and enable wasm.

* Fix compilation warnings.
  • Loading branch information
tomusdrw authored and VladLupashevskyi committed Jun 1, 2018
1 parent 8f0997e commit c048ed9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ethcore/res/instant_seal.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,20 @@
"minGasLimit": "0x1388",
"networkID" : "0x11",
"registrar" : "0x0000000000000000000000000000000000001337",
"eip150Transition": "0x0",
"eip160Transition": "0x0",
"eip161abcTransition": "0x0",
"eip161dTransition": "0x0",
"eip155Transition": "0x0",
"eip98Transition": "0x7fffffffffffff",
"eip86Transition": "0x7fffffffffffff",
"maxCodeSize": 24576,
"maxCodeSizeTransition": "0x0",
"eip140Transition": "0x0",
"eip211Transition": "0x0",
"eip214Transition": "0x0",
"eip658Transition": "0x0"
"eip658Transition": "0x0",
"wasmActivationTransition": "0x0"
},
"genesis": {
"seal": {
Expand Down

0 comments on commit c048ed9

Please sign in to comment.