From 378d03d176fc7e17408c17999dc65b0b72eaa0bf Mon Sep 17 00:00:00 2001 From: scorpioborn <97235353+scorpioborn@users.noreply.github.com> Date: Fri, 7 Jun 2024 01:06:23 +0300 Subject: [PATCH] fix: tendermint module registery for ibc7 --- app/modules.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/modules.go b/app/modules.go index a4fdaa1c..e3aa6c99 100644 --- a/app/modules.go +++ b/app/modules.go @@ -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" @@ -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{},