Skip to content

Commit 2ed27c4

Browse files
committed
graphql: add genesis.json chain.rlp
Signed-off-by: jsvisa <delweng@gmail.com>
1 parent b1d891e commit 2ed27c4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

graphql/chain.rlp

23.5 KB
Binary file not shown.

graphql/genesis.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"config" : {},
3+
"coinbase" : "0x8888f1f195afa192cfee860698584c030f4c9db1",
4+
"difficulty" : "0x020000",
5+
"extraData" : "0x42",
6+
"gasLimit" : "0x2fefd8",
7+
"mixHash" : "0x2c85bcbce56429100b2108254bb56906257582aeafcbd682bc9af67a9f5aee46",
8+
"nonce" : "0x78cc16f7b4f65485",
9+
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
10+
"timestamp" : "0x54c98c81",
11+
"alloc" : {
12+
"a94f5374fce5edbc8e2a8697c15331677e6ebf0b": {
13+
"balance" : "0x09184e72a000"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)