Skip to content

Commit

Permalink
deps fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Jan 13, 2025
1 parent 67340b1 commit 3eb7b58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1583,8 +1583,6 @@ func initParamsKeeper(appCodec codec.BinaryCodec, legacyAmino *codec.LegacyAmino
paramsKeeper.Subspace(icacontrollertypes.SubModuleName).WithKeyTable(icacontrollertypes.ParamKeyTable())
paramsKeeper.Subspace(icahosttypes.SubModuleName).WithKeyTable(icahosttypes.ParamKeyTable())

paramsKeeper.Subspace(pfmtypes.ModuleName).WithKeyTable(pfmtypes.ParamKeyTable())

paramsKeeper.Subspace(globalfee.ModuleName).WithKeyTable(globalfeetypes.ParamKeyTable())

paramsKeeper.Subspace(ccvconsumertypes.ModuleName).WithKeyTable(ccv.ParamKeyTable())
Expand Down Expand Up @@ -1676,7 +1674,6 @@ func (app *App) WireICS20PreWasmKeeper(
app.keys[pfmtypes.StoreKey],
app.TransferKeeper.Keeper, // set later
app.IBCKeeper.ChannelKeeper,
app.FeeBurnerKeeper,
&app.BankKeeper,
app.IBCKeeper.ChannelKeeper,
authtypes.NewModuleAddress(adminmoduletypes.ModuleName).String(),
Expand Down Expand Up @@ -1731,7 +1728,6 @@ func (app *App) WireICS20PreWasmKeeper(
app.PFMKeeper,
0,
pfmkeeper.DefaultForwardTransferPacketTimeoutTimestamp,
pfmkeeper.DefaultRefundTransferPacketTimeoutTimestamp,
)

ibcStack = gmpmiddleware.NewIBCMiddleware(ibcStack)
Expand Down
2 changes: 0 additions & 2 deletions app/proposals_allowlisting.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
minttypes "github.com/cosmos/cosmos-sdk/x/mint/types"
"github.com/cosmos/cosmos-sdk/x/params/types/proposal"
pfmtypes "github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8/packetforward/types"
icahosttypes "github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/host/types"
ibctransfertypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types"
ibcclienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types" //nolint:staticcheck
Expand Down Expand Up @@ -84,7 +83,6 @@ func isSdkMessageWhitelisted(msg sdk.Msg) bool {
*banktypes.MsgUpdateParams,
*crisistypes.MsgUpdateParams,
*minttypes.MsgUpdateParams,
*pfmtypes.MsgUpdateParams,
*marketmaptypes.MsgCreateMarkets,
*marketmaptypes.MsgUpdateMarkets,
*marketmaptypes.MsgRemoveMarketAuthorities,
Expand Down

0 comments on commit 3eb7b58

Please sign in to comment.