-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathccgenesis
More file actions
109 lines (109 loc) · 2.69 KB
/
ccgenesis
File metadata and controls
109 lines (109 loc) · 2.69 KB
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
{
"app_name": "mitosisd",
"app_version": "1.0.0-beta",
"genesis_time": "2025-05-09T07:30:04.19642Z",
"chain_id": "mitosis-dognet-1",
"initial_height": 1,
"app_hash": null,
"app_state": {
"auth": {
"params": {
"max_memo_characters": "256",
"tx_sig_limit": "7",
"tx_size_cost_per_byte": "10",
"sig_verify_cost_ed25519": "590",
"sig_verify_cost_secp256k1": "1000"
},
"accounts": []
},
"bank": {
"params": {
"send_enabled": [],
"default_send_enabled": true
},
"balances": [],
"supply": [],
"denom_metadata": [],
"send_enabled": []
},
"consensus": null,
"evidence": {
"evidence": []
},
"evmengine": {
"execution_block_hash": "9r5bYFm4nu9ecRInQEX+XfslNaM6CcLNnfW+WT8t6/8="
},
"evmgov": null,
"evmvalidator": {
"params": {
"max_validators": 3,
"max_leverage_ratio": "100.000000000000000000",
"min_voting_power": "1",
"withdrawal_limit": 10
},
"validator_entrypoint_contract_addr": "0x0000000000000000000000000000000000000000",
"validators": [
{
"addr": "0xe5dC873249747226b717D6ab38DD734c81bAEe66",
"pubkey": "AvQcYDp0iA9nhiNKEYCSUJoQ0sFDWcE5CsAFZA0h4lle",
"collateral": "1000000000000000",
"collateral_shares": "0",
"extra_voting_power": "0",
"voting_power": "0",
"jailed": false,
"bonded": false
}
],
"withdrawals": [],
"last_validator_powers": [],
"collateral_ownerships": [
{
"val_addr": "0xe5dC873249747226b717D6ab38DD734c81bAEe66",
"owner": "0x112460d232578108C19545a1f0CD11481ffA2413",
"shares": "0",
"creation_height": "0"
}
]
},
"genutil": {
"gen_txs": []
},
"runtime": null,
"slashing": {
"params": {
"signed_blocks_window": "800",
"min_signed_per_window": "0.800000000000000000",
"downtime_jail_duration": "60s",
"slash_fraction_double_sign": "0.010000000000000000",
"slash_fraction_downtime": "0.001000000000000000"
},
"signing_infos": [],
"missed_blocks": []
},
"upgrade": {}
},
"consensus": {
"params": {
"block": {
"max_bytes": "-1",
"max_gas": "-1"
},
"evidence": {
"max_age_num_blocks": "100000",
"max_age_duration": "172800000000000",
"max_bytes": "1048576"
},
"validator": {
"pub_key_types": [
"secp256k1"
]
},
"version": {
"app": "0"
},
"abci": {
"vote_extensions_enable_height": "0"
}
}
}
}