From 40cd1c986b5de71e93ec6f25a6e89bca7763f327 Mon Sep 17 00:00:00 2001 From: Christopher del Rosario <49501729+t4n6a1ka-github@users.noreply.github.com> Date: Mon, 30 Sep 2019 03:51:49 +0800 Subject: [PATCH] Create genesis.jsom --- genesis.jsom | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 genesis.jsom diff --git a/genesis.jsom b/genesis.jsom new file mode 100644 index 0000000000..3513714f06 --- /dev/null +++ b/genesis.jsom @@ -0,0 +1,17 @@ +{ + "config": { + "chainId": 0, + "homesteadBlock": 0, + "eip155Block": 0, + "eip158Block": 0 + }, + "alloc": {}, + "coinbase": "0x0000000000000000000000000000000000000000", + "difficulty": "0x20000", + "extraData": "", + "gasLimit": "0x2fefd8", + "nonce": "0x0000000000000042", + "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "timestamp": "0x00" +}