File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ import (
101
101
ibcporttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types"
102
102
icaexported "github.com/cosmos/ibc-go/v7/modules/core/exported"
103
103
ibckeeper "github.com/cosmos/ibc-go/v7/modules/core/keeper"
104
+ solomachine "github.com/cosmos/ibc-go/v7/modules/light-clients/06-solomachine"
105
+ ibctm "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint"
104
106
"github.com/gorilla/mux"
105
107
"github.com/peggyjv/gravity-bridge/module/v5/x/gravity"
106
108
gravityclient "github.com/peggyjv/gravity-bridge/module/v5/x/gravity/client"
@@ -192,6 +194,8 @@ var (
192
194
crisis.AppModuleBasic {},
193
195
slashing.AppModuleBasic {},
194
196
ibc.AppModuleBasic {},
197
+ ibctm.AppModuleBasic {},
198
+ solomachine.AppModuleBasic {},
195
199
ica.AppModuleBasic {},
196
200
feegrantmodule.AppModuleBasic {},
197
201
upgrade.AppModuleBasic {},
You can’t perform that action at this time.
0 commit comments