Skip to content

Commit

Permalink
Merge pull request #415 from sge-network/fix/tendermint-ibc-client-reg
Browse files Browse the repository at this point in the history
Fix / Tendermint module registery for ibc7 priority
  • Loading branch information
scorpioborn authored Jun 6, 2024
2 parents e9817af + 378d03d commit cdd83dd
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 cdd83dd

Please sign in to comment.