Skip to content

Commit 4c095a0

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

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

genesis-atomone-orig.json

+80
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,75 @@
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.MsgSubmitProposal",
173+
"/atomone.gov.v1beta1.MsgDeposit",
174+
"/atomone.gov.v1beta1.MsgSubmitProposal",
175+
"/cosmos.bank.v1beta1.MsgMultiSend",
176+
"/cosmos.bank.v1beta1.MsgSend",
177+
"/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
178+
"/cosmos.distribution.v1beta1.MsgFundCommunityPool",
179+
"/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
180+
"/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
181+
"/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
182+
"/cosmos.feegrant.v1beta1.MsgGrantAllowance",
183+
"/cosmos.feegrant.v1beta1.MsgRevokeAllowance",
184+
"/cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount",
185+
"/cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccount",
186+
"/cosmos.vesting.v1beta1.MsgCreateVestingAccount",
187+
"/ibc.applications.transfer.v1.MsgTransfer"
188+
]
189+
}
190+
}
191+
},
122192
"mint": {
123193
"minter": {
124194
"inflation": "0.130000000000000000",
@@ -133,6 +203,7 @@
133203
"blocks_per_year": "4360000"
134204
}
135205
},
206+
"params": null,
136207
"slashing": {
137208
"params": {
138209
"signed_blocks_window": "1000",
@@ -161,6 +232,15 @@
161232
"redelegations": [],
162233
"exported": false
163234
},
235+
"transfer": {
236+
"port_id": "transfer",
237+
"denom_traces": [],
238+
"params": {
239+
"send_enabled": false,
240+
"receive_enabled": false
241+
},
242+
"total_escrowed": []
243+
},
164244
"upgrade": {},
165245
"vesting": {}
166246
}

0 commit comments

Comments
 (0)