Skip to content

Commit

Permalink
Merge pull request #10 from rauljordan/master
Browse files Browse the repository at this point in the history
change genesis to reflect new chainid and higher gas limit for vmc co…
  • Loading branch information
rauljordan authored Jan 22, 2018
2 parents bf4ad5a + 05c3ba4 commit 89c4009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sharding/genesis.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"config": {
"chainId": 1000,
"chainId": 12345,
"homesteadBlock": 0,
"eip155Block": 0,
"eip158Block": 0
},
"difficulty": "200",
"gasLimit": "2100000",
"gasLimit": "210000000000",
"alloc": {
"826f3F66dB0416ea82033aE917A611bfBF4D98b6": { "balance": "300000" },
"Dd0cbc3AE49DD62915877ebFa6050cad362B83Ad": { "balance": "400000" }
Expand Down

0 comments on commit 89c4009

Please sign in to comment.