Skip to content

Commit

Permalink
fix: localhost IBC client wishful thinking
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Dec 1, 2020
1 parent 57db476 commit 0653c03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/agoric-cli/lib/chain-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ export function finishCosmosGenesis({ genesisJson, exportedGenesisJson }) {
// TODO: This needs much more support to preserve contract state
// between exports in order to be able to carry forward IBC conns.
delete genesis.app_state.capability;
delete genesis.app_state.ibc;
genesis.app_state.ibc = {
client_genesis: {
create_localhost: true,
},
};

genesis.app_state.staking.params.bond_denom = STAKING_DENOM;

Expand Down

0 comments on commit 0653c03

Please sign in to comment.