mirror of https://github.com/embarklabs/embark.git
chore (@embark/templates) add missing flags to genesis.json files in the templates
This commit is contained in:
parent
017ec59b23
commit
10f6b6bcdb
|
@ -2,6 +2,8 @@
|
||||||
"config": {
|
"config": {
|
||||||
"homesteadBlock": 0,
|
"homesteadBlock": 0,
|
||||||
"byzantiumBlock": 0,
|
"byzantiumBlock": 0,
|
||||||
|
"eip155Block": 0,
|
||||||
|
"eip158Block": 0,
|
||||||
"daoForkSupport": true
|
"daoForkSupport": true
|
||||||
},
|
},
|
||||||
"nonce": "0x0000000000000042",
|
"nonce": "0x0000000000000042",
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
"config": {
|
"config": {
|
||||||
"homesteadBlock": 0,
|
"homesteadBlock": 0,
|
||||||
"byzantiumBlock": 0,
|
"byzantiumBlock": 0,
|
||||||
|
"eip155Block": 0,
|
||||||
|
"eip158Block": 0,
|
||||||
"daoForkSupport": true
|
"daoForkSupport": true
|
||||||
},
|
},
|
||||||
"nonce": "0x0000000000000042",
|
"nonce": "0x0000000000000042",
|
||||||
|
|
Loading…
Reference in New Issue