Skip to content

Commit

Permalink
Merge pull request #62 from Lorenzo-Protocol/coder/fix-ibc
Browse files Browse the repository at this point in the history
fix: register tendermint lightclient
  • Loading branch information
sheldonleedev authored Jul 12, 2024
2 parents 829e208 + c03bc67 commit d8c3d78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import (
ibc "github.com/cosmos/ibc-go/v7/modules/core"
ibcclientclient "github.com/cosmos/ibc-go/v7/modules/core/02-client/client"
ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported"
ibctm "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint"
"github.com/evmos/ethermint/x/evm"
evmtypes "github.com/evmos/ethermint/x/evm/types"
"github.com/evmos/ethermint/x/feemarket"
Expand Down Expand Up @@ -96,6 +97,7 @@ var (
slashing.AppModuleBasic{},
feegrantmodule.AppModuleBasic{},
ibc.AppModuleBasic{},
ibctm.AppModuleBasic{},
upgrade.AppModuleBasic{},
evidence.AppModuleBasic{},
ibctransfer.AppModuleBasic{},
Expand Down

0 comments on commit d8c3d78

Please sign in to comment.