diff --git a/genesis.json b/genesis.json index f1c4860f3ec3f47a795e2d4379f23ef83e40266e..54d9a15bf5a7656c51560ef85c4b0561745c5d50 100644 --- a/genesis.json +++ b/genesis.json @@ -1,12 +1,11 @@ { - "nonce": "0x0000000000000042", - "timestamp": "0x0", - "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "extraData": "0x0", - "gasLimit": "0x8000000", - "difficulty": "0x400", - "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", - "coinbase": "0x3333333333333333333333333333333333333333", - "alloc": { - } -} + "config": { + "chainId": 4226, + "homesteadBlock": 0, + "eip155Block": 0, + "eip158Block": 0 + }, + "difficulty": "256", + "gasLimit": "134217728", + "alloc": {} +} \ No newline at end of file