Skip to content

Commit 89c4009

Browse files
authored
Merge pull request #10 from rauljordan/master
change genesis to reflect new chainid and higher gas limit for vmc co…
2 parents bf4ad5a + 05c3ba4 commit 89c4009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharding/genesis.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"config": {
3-
"chainId": 1000,
3+
"chainId": 12345,
44
"homesteadBlock": 0,
55
"eip155Block": 0,
66
"eip158Block": 0
77
},
88
"difficulty": "200",
9-
"gasLimit": "2100000",
9+
"gasLimit": "210000000000",
1010
"alloc": {
1111
"826f3F66dB0416ea82033aE917A611bfBF4D98b6": { "balance": "300000" },
1212
"Dd0cbc3AE49DD62915877ebFa6050cad362B83Ad": { "balance": "400000" }

0 commit comments

Comments
 (0)