Skip to content

Commit

Permalink
fix: 07-tendermint add in moudle manager
Browse files Browse the repository at this point in the history
  • Loading branch information
skyargos committed Nov 5, 2024
1 parent a1fc459 commit c3aceb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ import (
ibctransferkeeper "github.com/cosmos/ibc-go/v8/modules/apps/transfer/keeper"
ibctransfertypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types"
ibc "github.com/cosmos/ibc-go/v8/modules/core"
ibctm "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint"

ibcclienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types"
ibcconnectiontypes "github.com/cosmos/ibc-go/v8/modules/core/03-connection/types"
porttypes "github.com/cosmos/ibc-go/v8/modules/core/05-port/types"
Expand Down Expand Up @@ -509,6 +511,7 @@ func NewShentuApp(
oracle.NewAppModule(app.OracleKeeper, app.BankKeeper),
shield.NewAppModule(app.ShieldKeeper, app.AccountKeeper, app.BankKeeper),
ibc.NewAppModule(app.IBCKeeper),
ibctm.AppModule{},
params.NewAppModule(app.ParamsKeeper),
transferModule,
icaModule,
Expand Down

0 comments on commit c3aceb8

Please sign in to comment.