Skip to content

Commit

Permalink
disable ICA in genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Sep 27, 2024
1 parent 4c095a0 commit ffdb27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genesis-atomone-orig.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@
"interchain_accounts": [],
"ports": [],
"params": {
"controller_enabled": true
"controller_enabled": false
}
},
"host_genesis_state": {
"active_channels": [],
"interchain_accounts": [],
"port": "icahost",
"params": {
"host_enabled": true,
"host_enabled": false,
"allow_messages": [
"/atomone.gov.v1.MsgDeposit",
"/atomone.gov.v1.MsgSubmitProposal",
Expand Down

0 comments on commit ffdb27a

Please sign in to comment.