Skip to content

Commit 4962052

Browse files
committed
genesis with IBC and ICA
1 parent 4297bc9 commit 4962052

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

genesis-atomone-orig.json

+84
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"app_hash": "",
2626
"app_state": {
27+
"07-tendermint": null,
2728
"auth": {
2829
"params": {
2930
"max_memo_characters": "512",
@@ -119,6 +120,79 @@
119120
},
120121
"constitution": ""
121122
},
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+
},
122196
"mint": {
123197
"minter": {
124198
"inflation": "0.130000000000000000",
@@ -133,6 +207,7 @@
133207
"blocks_per_year": "4360000"
134208
}
135209
},
210+
"params": null,
136211
"slashing": {
137212
"params": {
138213
"signed_blocks_window": "1000",
@@ -161,6 +236,15 @@
161236
"redelegations": [],
162237
"exported": false
163238
},
239+
"transfer": {
240+
"port_id": "transfer",
241+
"denom_traces": [],
242+
"params": {
243+
"send_enabled": false,
244+
"receive_enabled": false
245+
},
246+
"total_escrowed": []
247+
},
164248
"upgrade": {},
165249
"vesting": {}
166250
}

0 commit comments

Comments
 (0)