forked from terra-money/classic-mainnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenesis_template.json
149 lines (149 loc) · 4.62 KB
/
genesis_template.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"genesis_time": "2019-04-24T06:00:00.000000Z",
"app_hash": "",
"app_state": {
"gentxs": null,
"treasury": {
"params": {
"window_long": "52",
"budget_share": "0.900000000000000000",
"reward_policy": {
"change_max": "0.025000000000000000",
"cap": {
"denom": "unused",
"amount": "0"
},
"rate_min": "0.050000000000000000",
"rate_max": "0.200000000000000000"
},
"oracle_share": "0.100000000000000000",
"tax_policy": {
"change_max": "0.000250000000000000",
"cap": {
"denom": "usdr",
"amount": "1000000"
},
"rate_min": "0.000500000000000000",
"rate_max": "0.010000000000000000"
},
"window_short": "4",
"window_probation": "12",
"seigniorage_burden_target": "0.670000000000000000",
"mining_increment": "1.070000000000000000"
},
"tax_rate": "0.001000000000000000",
"reward_weight": "0.050000000000000000"
},
"budget": {
"params": {
"legacy_threshold": "0.000000000000000000",
"vote_peroid": "518400",
"vote_period": "518400",
"active_threshold": "0.100000000000000000",
"deposit": {
"denom": "usdr",
"amount": "100000000"
}
}
},
"auth": {
"collected_fees": [],
"params": {
"max_memo_characters": "256",
"sig_verify_cost_secp256k1": "1000",
"tx_size_cost_per_byte": "10",
"tx_sig_limit": "100",
"sig_verify_cost_ed25519": "590"
}
},
"staking": {
"last_total_power": "0",
"params": {
"max_entries": 7,
"max_validators": 100,
"unbonding_time": "1814400000000000",
"bond_denom": "uluna"
},
"last_validator_powers": null,
"delegations": null,
"validators": null,
"unbonding_delegations": null,
"redelegations": null,
"pool": {
"not_bonded_tokens": "0",
"bonded_tokens": "0"
},
"exported": false
},
"accounts": [
],
"slashing": {
"missed_blocks": {},
"signing_infos": {},
"params": {
"slash_fraction_double_sign": "0.010000000000000000",
"max_evidence_age": "1814400000000000",
"min_signed_per_window": "0.050000000000000000",
"slash_fraction_downtime": "0.000100000000000000",
"signed_blocks_window": "10000",
"downtime_jail_duration": "600000000000"
}
},
"distr": {
"validator_historical_rewards": [],
"fee_pool": {
"community_pool": []
},
"delegator_withdraw_infos": [],
"bonus_proposer_reward": "0.040000000000000000",
"base_proposer_reward": "0.010000000000000000",
"previous_proposer": "",
"community_tax": "0.000000000000000000",
"validator_current_rewards": [],
"validator_slash_events": [],
"withdraw_addr_enabled": true,
"outstanding_rewards": [],
"delegator_starting_infos": [],
"validator_accumulated_commissions": [],
"base_bonus_proposer_reward": "0.040000000000000000"
},
"oracle": {
"params": {
"oracle_reward_band": "0.010000000000000000",
"vote_threshold": "0.500000000000000000",
"vote_period": "180",
"drop_threshold": "100"
}
},
"bank": {
"send_enabled": true
},
"crisis": {
"constant_fee": {
"denom": "uluna",
"amount": "10000000000"
}
},
"market": {
"params": {
"daily_swap_limit": "0.010000000000000000"
}
}
},
"consensus_params": {
"validator": {
"pub_key_types": [
"ed25519"
]
},
"block": {
"time_iota_ms": "1000",
"max_bytes": "20000000",
"max_gas": "-1"
},
"evidence": {
"max_age": "100000"
}
},
"chain_id": "columbus-1"
}