Skip to content

Commit

Permalink
patch(app): add ibc proposal handlers to gov module (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Ixo authored Jan 25, 2023
1 parent 5316f82 commit 418d28e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ import (
ibctransfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"
ibc "github.com/cosmos/ibc-go/v3/modules/core"
ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client"
ibcclientclient "github.com/cosmos/ibc-go/v3/modules/core/02-client/client"
ibcclienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types"
porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types"
ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host"
Expand Down Expand Up @@ -173,6 +174,8 @@ var (
upgradeclient.CancelProposalHandler,
entityclient.ProposalHandler,
tokenclient.ProposalHandler,
ibcclientclient.UpdateClientProposalHandler,
ibcclientclient.UpgradeProposalHandler,
)...,
),
wasm.AppModuleBasic{},
Expand Down

0 comments on commit 418d28e

Please sign in to comment.