forked from nomic-io/nomic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
genesis.json
44 lines (44 loc) · 1013 Bytes
/
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
{
"genesis_time": "2022-01-31T20:40:00Z",
"chain_id": "nomic-stakenet",
"initial_height": "0",
"consensus_params": {
"block": {
"max_bytes": "22020096",
"max_gas": "-1",
"time_iota_ms": "1000"
},
"evidence": {
"max_age_num_blocks": "100000",
"max_age_duration": "172800000000000",
"max_bytes": "1048576"
},
"validator": {
"pub_key_types": [
"ed25519"
]
},
"version": {}
},
"validators": [
{
"address": "67731CD93013A71CE20044289AD906DFFCEBE791",
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "C4EhqLmOnjSTVC3n81d6qk1hLsW3X5WcQwumXtnlNCg="
},
"power": "10",
"name": "mappum"
},
{
"address": "291F724505D10B6B07E1F98F5E1CD1AF9A4E74F4",
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "4GzmiN0OkZF7qAthUmFgMjw3kW7ukJblJWIyIxB82VU="
},
"power": "10",
"name": "kep"
}
],
"app_hash": ""
}