Skip to content

Commit

Permalink
Added in proposal handler for denom metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dusek committed Mar 24, 2024
1 parent cf5b6a0 commit b74fcce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ import (
"github.com/tendermint/starport/starport/pkg/openapiconsole"

market "github.com/pendulum-labs/market/x/market"
marketclient "github.com/pendulum-labs/market/x/market/client"
marketkeeper "github.com/pendulum-labs/market/x/market/keeper"
markettypes "github.com/pendulum-labs/market/x/market/types"
)
Expand Down Expand Up @@ -146,6 +147,7 @@ var (
ibcclientclient.UpgradeProposalHandler,
// TODO: eventually remove upgrade proposal handler and cancel proposal handler
paramsclient.ProposalHandler, distrclient.ProposalHandler, upgradeclient.ProposalHandler, upgradeclient.CancelProposalHandler,
marketclient.DenomMetadataProposalHandler,
),
params.AppModuleBasic{},
crisis.AppModuleBasic{},
Expand Down

0 comments on commit b74fcce

Please sign in to comment.