Skip to content

Commit

Permalink
Merge pull request #2827 from irisnet/dreamer/add-ibc-client-proposal
Browse files Browse the repository at this point in the history
fix: add ibc client proposal for command
  • Loading branch information
aofengli committed Apr 7, 2023
2 parents f8c1079 + df5e35d commit 2840c62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import (
"github.com/cosmos/ibc-go/v5/modules/apps/transfer"
ibctransfertypes "github.com/cosmos/ibc-go/v5/modules/apps/transfer/types"
ibc "github.com/cosmos/ibc-go/v5/modules/core"
ibcclientclient "github.com/cosmos/ibc-go/v5/modules/core/02-client/client"
ibchost "github.com/cosmos/ibc-go/v5/modules/core/24-host"

"github.com/irisnet/irismod/modules/coinswap"
Expand Down Expand Up @@ -105,6 +106,8 @@ var (
distrclient.ProposalHandler,
upgradeclient.LegacyProposalHandler,
upgradeclient.LegacyCancelProposalHandler,
ibcclientclient.UpdateClientProposalHandler,
ibcclientclient.UpgradeProposalHandler,
tibcclient.CreateClientProposalHandler,
tibcclient.UpgradeClientProposalHandler,
tibcclient.RegisterRelayerProposalHandler,
Expand Down

0 comments on commit 2840c62

Please sign in to comment.