forked from bigchaindb/BEPs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
genesis.json
56 lines (56 loc) · 1.2 KB
/
genesis.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"genesis_time": "2018-08-20T13:46:33.093370523Z",
"chain_id": "test-chain-YJ2pRl",
"consensus_params": {
"block_size_params": {
"max_bytes": "22020096",
"max_txs": "10000",
"max_gas": "-1"
},
"tx_size_params": {
"max_bytes": "10240",
"max_gas": "-1"
},
"block_gossip_params": {
"block_part_size_bytes": "65536"
},
"evidence_params": {
"max_age": "100000"
}
},
"validators": [
{
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "wbF6E70LNzTdmcLFT+6uSYvJmOeeNMk+rifdB5JV+Ts="
},
"power": "10",
"name": ""
},
{
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "FPQiTbyMNlePBZg7GhexS2HOPWfkrfVNEg84uOaG04U="
},
"power": "10",
"name": ""
},
{
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "qnide7lwncGVcJkO/9U8YyYo28t8an0oLuNihP4odtQ="
},
"power": "10",
"name": ""
},
{
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "Ybft8l4d42njBFfp40SSaAKBkjd73WFj9sKJUvPEqwE="
},
"power": "10",
"name": ""
}
],
"app_hash": ""
}