Skip to content

Commit

Permalink
Merge pull request #284 from InjectiveLabs/fix/mint-types
Browse files Browse the repository at this point in the history
Add missing mint types
  • Loading branch information
maxim-inj authored Feb 6, 2025
2 parents 0e286cf + 369b0de commit b608a55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/chain/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import (
distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types"
govv1types "github.com/cosmos/cosmos-sdk/x/gov/types/v1"
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
minttypes "github.com/cosmos/cosmos-sdk/x/mint/types"
paramproposaltypes "github.com/cosmos/cosmos-sdk/x/params/types/proposal"
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
Expand Down Expand Up @@ -107,6 +108,7 @@ func NewTxConfig(signModes []signingtypes.SignMode) client.TxConfig {
stakingtypes.RegisterInterfaces(interfaceRegistry)
upgradetypes.RegisterInterfaces(interfaceRegistry)
consensustypes.RegisterInterfaces(interfaceRegistry)
minttypes.RegisterInterfaces(interfaceRegistry)
feegranttypes.RegisterInterfaces(interfaceRegistry)
wasmtypes.RegisterInterfaces(interfaceRegistry)
icatypes.RegisterInterfaces(interfaceRegistry)
Expand Down Expand Up @@ -155,6 +157,7 @@ func NewClientContext(
stakingtypes.RegisterInterfaces(interfaceRegistry)
upgradetypes.RegisterInterfaces(interfaceRegistry)
consensustypes.RegisterInterfaces(interfaceRegistry)
minttypes.RegisterInterfaces(interfaceRegistry)
feegranttypes.RegisterInterfaces(interfaceRegistry)
wasmtypes.RegisterInterfaces(interfaceRegistry)
icatypes.RegisterInterfaces(interfaceRegistry)
Expand Down

0 comments on commit b608a55

Please # to comment.