Skip to content

Commit

Permalink
fixup! chore: update keepers and other compile errors in app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Jan 15, 2025
1 parent 88c40a9 commit 09a20c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions golang/cosmos/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,13 @@ import (
ibcconnectiontypes "github.com/cosmos/ibc-go/v8/modules/core/03-connection/types"

"cosmossdk.io/log"
gaiaappparams "github.com/Agoric/agoric-sdk/golang/cosmos/app/params"
abci "github.com/cometbft/cometbft/abci/types"
tmjson "github.com/cometbft/cometbft/libs/json"
tmos "github.com/cometbft/cometbft/libs/os"
tmproto "github.com/cometbft/cometbft/proto/tendermint/types"
dbm "github.com/cosmos/cosmos-db"
addresscodec "github.com/cosmos/cosmos-sdk/codec/address"
authcodec "github.com/cosmos/cosmos-sdk/x/auth/codec"
icahost "github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/host"
icahostkeeper "github.com/cosmos/ibc-go/v8/modules/apps/27-interchain-accounts/host/keeper"
Expand All @@ -107,8 +109,6 @@ import (
"github.com/rakyll/statik/fs"
"github.com/spf13/cast"

gaiaappparams "github.com/Agoric/agoric-sdk/golang/cosmos/app/params"

appante "github.com/Agoric/agoric-sdk/golang/cosmos/ante"
agorictypes "github.com/Agoric/agoric-sdk/golang/cosmos/types"

Expand Down Expand Up @@ -398,7 +398,7 @@ func NewAgoricApp(
runtime.NewKVStoreService(keys[authtypes.StoreKey]),
authtypes.ProtoBaseAccount,
maccPerms,
authcodec.NewBech32Codec(sdk.GetConfig().GetBech32AccountAddrPrefix()),
addresscodec.NewBech32Codec(sdk.GetConfig().GetBech32AccountAddrPrefix()),
sdk.GetConfig().GetBech32AccountAddrPrefix(),
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
)
Expand Down

0 comments on commit 09a20c0

Please sign in to comment.