|
24 | 24 | },
|
25 | 25 | "app_hash": "",
|
26 | 26 | "app_state": {
|
| 27 | + "07-tendermint": null, |
27 | 28 | "auth": {
|
28 | 29 | "params": {
|
29 | 30 | "max_memo_characters": "512",
|
|
119 | 120 | },
|
120 | 121 | "constitution": ""
|
121 | 122 | },
|
| 123 | + "ibc": { |
| 124 | + "client_genesis": { |
| 125 | + "clients": [], |
| 126 | + "clients_consensus": [], |
| 127 | + "clients_metadata": [], |
| 128 | + "params": { |
| 129 | + "allowed_clients": [ |
| 130 | + "07-tendermint" |
| 131 | + ] |
| 132 | + }, |
| 133 | + "create_localhost": false, |
| 134 | + "next_client_sequence": "0" |
| 135 | + }, |
| 136 | + "connection_genesis": { |
| 137 | + "connections": [], |
| 138 | + "client_connection_paths": [], |
| 139 | + "next_connection_sequence": "0", |
| 140 | + "params": { |
| 141 | + "max_expected_time_per_block": "30000000000" |
| 142 | + } |
| 143 | + }, |
| 144 | + "channel_genesis": { |
| 145 | + "channels": [], |
| 146 | + "acknowledgements": [], |
| 147 | + "commitments": [], |
| 148 | + "receipts": [], |
| 149 | + "send_sequences": [], |
| 150 | + "recv_sequences": [], |
| 151 | + "ack_sequences": [], |
| 152 | + "next_channel_sequence": "0" |
| 153 | + } |
| 154 | + }, |
| 155 | + "interchainaccounts": { |
| 156 | + "controller_genesis_state": { |
| 157 | + "active_channels": [], |
| 158 | + "interchain_accounts": [], |
| 159 | + "ports": [], |
| 160 | + "params": { |
| 161 | + "controller_enabled": true |
| 162 | + } |
| 163 | + }, |
| 164 | + "host_genesis_state": { |
| 165 | + "active_channels": [], |
| 166 | + "interchain_accounts": [], |
| 167 | + "port": "icahost", |
| 168 | + "params": { |
| 169 | + "host_enabled": true, |
| 170 | + "allow_messages": [ |
| 171 | + "/atomone.gov.v1.MsgDeposit", |
| 172 | + "/atomone.gov.v1.MsgProposeConstitutionAmendment", |
| 173 | + "/atomone.gov.v1.MsgProposeLaw", |
| 174 | + "/atomone.gov.v1.MsgSubmitProposal", |
| 175 | + "/atomone.gov.v1beta1.MsgDeposit", |
| 176 | + "/atomone.gov.v1beta1.MsgSubmitProposal", |
| 177 | + "/atomone.gov.v1beta1.MsgVote", |
| 178 | + "/atomone.gov.v1beta1.MsgVoteWeighted", |
| 179 | + "/cosmos.bank.v1beta1.MsgMultiSend", |
| 180 | + "/cosmos.bank.v1beta1.MsgSend", |
| 181 | + "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend", |
| 182 | + "/cosmos.distribution.v1beta1.MsgFundCommunityPool", |
| 183 | + "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress", |
| 184 | + "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward", |
| 185 | + "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission", |
| 186 | + "/cosmos.feegrant.v1beta1.MsgGrantAllowance", |
| 187 | + "/cosmos.feegrant.v1beta1.MsgRevokeAllowance", |
| 188 | + "/cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount", |
| 189 | + "/cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccount", |
| 190 | + "/cosmos.vesting.v1beta1.MsgCreateVestingAccount", |
| 191 | + "/ibc.applications.transfer.v1.MsgTransfer" |
| 192 | + ] |
| 193 | + } |
| 194 | + } |
| 195 | + }, |
122 | 196 | "mint": {
|
123 | 197 | "minter": {
|
124 | 198 | "inflation": "0.130000000000000000",
|
|
133 | 207 | "blocks_per_year": "4360000"
|
134 | 208 | }
|
135 | 209 | },
|
| 210 | + "params": null, |
136 | 211 | "slashing": {
|
137 | 212 | "params": {
|
138 | 213 | "signed_blocks_window": "1000",
|
|
161 | 236 | "redelegations": [],
|
162 | 237 | "exported": false
|
163 | 238 | },
|
| 239 | + "transfer": { |
| 240 | + "port_id": "transfer", |
| 241 | + "denom_traces": [], |
| 242 | + "params": { |
| 243 | + "send_enabled": false, |
| 244 | + "receive_enabled": false |
| 245 | + }, |
| 246 | + "total_escrowed": [] |
| 247 | + }, |
164 | 248 | "upgrade": {},
|
165 | 249 | "vesting": {}
|
166 | 250 | }
|
|
0 commit comments