Skip to content

Commit

Permalink
fix: tendermint module registery for ibc7
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpioborn committed Jun 6, 2024
1 parent 89894fe commit 378d03d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import (
ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types"
ibc "github.com/cosmos/ibc-go/v7/modules/core"
ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported"
ibctm "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint"

wasm "github.com/CosmWasm/wasmd/x/wasm"
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
Expand Down Expand Up @@ -120,12 +121,13 @@ var ModuleBasics = module.NewBasicManager(
vesting.AppModuleBasic{},
groupmodule.AppModuleBasic{},

wasm.AppModuleBasic{},
ibc.AppModuleBasic{},
wasm.AppModuleBasic{},
transfer.AppModuleBasic{},
ica.AppModuleBasic{},
ibcfee.AppModuleBasic{},
ibcwasmmodule.AppModuleBasic{},
ibctm.AppModuleBasic{},

// sge
betmodule.AppModuleBasic{},
Expand Down

0 comments on commit 378d03d

Please sign in to comment.