Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jul 23, 2024
1 parent 9c3c6b7 commit becbb40
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 @@ -30,6 +30,7 @@ import (
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"

appv1alpha1 "cosmossdk.io/api/cosmos/app/v1alpha1"
_ "cosmossdk.io/api/cosmos/tx/config/v1" // import for side-effects
_ "github.com/cosmos/cosmos-sdk/x/auth" // import for side-effects
_ "github.com/cosmos/cosmos-sdk/x/auth/tx/config" // import for side-effects
Expand Down Expand Up @@ -86,6 +87,7 @@ func AppConfig() depinject.Config {
return depinject.Configs(
appconfig.LoadYAML(AppConfigYAML),
depinject.Supply(
&appv1alpha1.Config{}, // hack until https://github.com/cosmos/cosmos-sdk/pull/21042
// supply custom module basics
map[string]module.AppModuleBasic{
genutiltypes.ModuleName: genutil.NewAppModuleBasic(genutiltypes.DefaultMessageValidator),
Expand Down

0 comments on commit becbb40

Please sign in to comment.