Skip to content

Commit

Permalink
Merge pull request ChihuahuaChain#125 from Victor118/main
Browse files Browse the repository at this point in the history
Fix ibc light client
  • Loading branch information
woof-chihuahua authored Sep 12, 2024
2 parents 5dd44b2 + c57a7b8 commit fc42649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ func New(
ibc.NewAppModule(app.IBCKeeper),
ibcfee.NewAppModule(app.IBCFeeKeeper),
ica.NewAppModule(&app.ICAControllerKeeper, &app.ICAHostKeeper),
ibctm.NewAppModule(),
transfer.NewAppModule(app.TransferKeeper),
crisis.NewAppModule(app.CrisisKeeper, skipGenesisInvariants, app.GetSubspace(crisistypes.ModuleName)), // always be last to make sure that it checks for all invariants and not only part of them
alliancemodule.NewAppModule(appCodec, app.AllianceKeeper, app.StakingKeeper, app.AccountKeeper, app.BankKeeper, app.interfaceRegistry, app.GetSubspace(alliancemoduletypes.ModuleName)),
Expand Down

0 comments on commit fc42649

Please sign in to comment.